643903_0_0_32597.c:8: error: syntax error before "balloon"
643903_0_0_32597.c:12: error: syntax error before "balloon"
643903_0_0_32597.c: In function `link':
643903_0_0_32597.c:14: error: `head' undeclared (first use in this function)
643903_0_0_32597.c:14: error: (Each undeclared identifier is reported only once
643903_0_0_32597.c:14: error: for each function it appears in.)
643903_0_0_32597.c: At top level:
643903_0_0_32597.c:15: error: syntax error before '*' token
643903_0_0_32597.c: In function `append':
643903_0_0_32597.c:17: error: `head' undeclared (first use in this function)
643903_0_0_32597.c:18: error: `b' undeclared (first use in this function)
643903_0_0_32597.c:21: error: request for member `next' in something not a structure or union
643903_0_0_32597.c:22: error: request for member `next' in something not a structure or union
643903_0_0_32597.c: In function `destroy':
643903_0_0_32597.c:26: error: `head' undeclared (first use in this function)
643903_0_0_32597.c:30: error: `delete' undeclared (first use in this function)
643903_0_0_32597.c:30: error: syntax error before "rear"
643903_0_0_32597.c: At top level:
643903_0_0_32597.c:33: error: syntax error before "find"
643903_0_0_32597.c: In function `find':
643903_0_0_32597.c:34: error: `balloon' undeclared (first use in this function)
643903_0_0_32597.c:34: error: `p' undeclared (first use in this function)
643903_0_0_32597.c:34: error: `head' undeclared (first use in this function)
643903_0_0_32597.c:37: error: `true' undeclared (first use in this function)
643903_0_0_32597.c:40: error: `false' undeclared (first use in this function)
643903_0_0_32597.c: At top level:
643903_0_0_32597.c:42: error: syntax error before '}' token
643903_0_0_32597.c: In function `main':
643903_0_0_32597.c:46: error: `lin' undeclared (first use in this function)
643903_0_0_32597.c:48: error: `balloon' undeclared (first use in this function)
643903_0_0_32597.c:48: error: `b1' undeclared (first use in this function)
643903_0_0_32597.c:55: error: `new' undeclared (first use in this function)
643903_0_0_32597.c:55: error: syntax error before "link"
643903_0_0_32597.c:59: error: 'for' loop initial declaration used outside C99 mode
643903_0_0_32597.c:63: error: syntax error before "balloon"
643903_0_0_32597.c:72: error: `guard' undeclared (first use in this function)
643903_0_0_32597.c:73: error: `g' undeclared (first use in this function)
643903_0_0_32597.c:87: error: `delete' undeclared (first use in this function)
643903_0_0_32597.c:87: error: syntax error before "lin"
|