0_0_3980965_19606.c:15: error: syntax error before '&' token
0_0_3980965_19606.c: In function `R_Rotate':
0_0_3980965_19606.c:17: error: `p' undeclared (first use in this function)
0_0_3980965_19606.c:17: error: (Each undeclared identifier is reported only once
0_0_3980965_19606.c:17: error: for each function it appears in.)
0_0_3980965_19606.c: At top level:
0_0_3980965_19606.c:22: error: syntax error before '&' token
0_0_3980965_19606.c: In function `L_Rotate':
0_0_3980965_19606.c:24: error: `p' undeclared (first use in this function)
0_0_3980965_19606.c: At top level:
0_0_3980965_19606.c:29: error: syntax error before '&' token
0_0_3980965_19606.c: In function `LeftBalance':
0_0_3980965_19606.c:31: error: `T' undeclared (first use in this function)
0_0_3980965_19606.c:35: error: syntax error before "int"
0_0_3980965_19606.c:36: error: `rd' undeclared (first use in this function)
0_0_3980965_19606.c: At top level:
0_0_3980965_19606.c:46: error: syntax error before '&' token
0_0_3980965_19606.c: In function `RightBalance':
0_0_3980965_19606.c:48: error: `T' undeclared (first use in this function)
0_0_3980965_19606.c:52: error: syntax error before "int"
0_0_3980965_19606.c:53: error: `ld' undeclared (first use in this function)
0_0_3980965_19606.c: At top level:
0_0_3980965_19606.c:63: error: syntax error before '&' token
0_0_3980965_19606.c: In function `InsertAVL':
0_0_3980965_19606.c:65: error: `TE' undeclared (first use in this function)
0_0_3980965_19606.c:66: error: `BSTNode' undeclared (first use in this function)
0_0_3980965_19606.c:66: error: `T' undeclared (first use in this function)
0_0_3980965_19606.c:67: error: `ele' undeclared (first use in this function)
0_0_3980965_19606.c:71: error: `taller' undeclared (first use in this function)
0_0_3980965_19606.c:81: confused by earlier errors, bailing out
|