0_0_1518802_23377.c:5: error: variable-size type declared outside of any function
0_0_1518802_23377.c:7: error: syntax error before "balloon"
0_0_1518802_23377.c:10: error: syntax error before "balloon"
0_0_1518802_23377.c: In function `link':
0_0_1518802_23377.c:12: error: `head' undeclared (first use in this function)
0_0_1518802_23377.c:12: error: (Each undeclared identifier is reported only once
0_0_1518802_23377.c:12: error: for each function it appears in.)
0_0_1518802_23377.c: At top level:
0_0_1518802_23377.c:13: error: syntax error before '*' token
0_0_1518802_23377.c: In function `append':
0_0_1518802_23377.c:15: error: `head' undeclared (first use in this function)
0_0_1518802_23377.c:16: error: `b' undeclared (first use in this function)
0_0_1518802_23377.c:19: error: request for member `next' in something not a structure or union
0_0_1518802_23377.c:20: error: request for member `next' in something not a structure or union
0_0_1518802_23377.c: In function `destroy':
0_0_1518802_23377.c:24: error: `head' undeclared (first use in this function)
0_0_1518802_23377.c:28: error: `delete' undeclared (first use in this function)
0_0_1518802_23377.c:28: error: syntax error before "rear"
0_0_1518802_23377.c: At top level:
0_0_1518802_23377.c:31: error: syntax error before "find"
0_0_1518802_23377.c: In function `find':
0_0_1518802_23377.c:32: error: `balloon' undeclared (first use in this function)
0_0_1518802_23377.c:32: error: `p' undeclared (first use in this function)
0_0_1518802_23377.c:32: error: `head' undeclared (first use in this function)
0_0_1518802_23377.c:35: error: `true' undeclared (first use in this function)
0_0_1518802_23377.c:38: error: `false' undeclared (first use in this function)
0_0_1518802_23377.c: At top level:
0_0_1518802_23377.c:40: error: syntax error before '}' token
0_0_1518802_23377.c: In function `main':
0_0_1518802_23377.c:43: error: `lin' undeclared (first use in this function)
0_0_1518802_23377.c:44: error: `balloon' undeclared (first use in this function)
0_0_1518802_23377.c:44: error: `b1' undeclared (first use in this function)
0_0_1518802_23377.c:51: error: `new' undeclared (first use in this function)
0_0_1518802_23377.c:51: error: syntax error before "link"
0_0_1518802_23377.c:55: error: 'for' loop initial declaration used outside C99 mode
0_0_1518802_23377.c:59: error: syntax error before "balloon"
0_0_1518802_23377.c:68: error: `guard' undeclared (first use in this function)
0_0_1518802_23377.c:69: error: `g' undeclared (first use in this function)
0_0_1518802_23377.c:83: error: `delete' undeclared (first use in this function)
0_0_1518802_23377.c:83: error: syntax error before "lin"
|