0_0_11155012_28253.c:5: error: syntax error before "node"
0_0_11155012_28253.c: In function `node':
0_0_11155012_28253.c:9: error: 'for' loop initial declaration used outside C99 mode
0_0_11155012_28253.c:9: error: `next' undeclared (first use in this function)
0_0_11155012_28253.c:9: error: (Each undeclared identifier is reported only once
0_0_11155012_28253.c:9: error: for each function it appears in.)
0_0_11155012_28253.c: At top level:
0_0_11155012_28253.c:11: error: syntax error before '}' token
0_0_11155012_28253.c: In function `main':
0_0_11155012_28253.c:14: error: `p' undeclared (first use in this function)
0_0_11155012_28253.c:14: error: `p1' undeclared (first use in this function)
0_0_11155012_28253.c:14: error: `p2' undeclared (first use in this function)
0_0_11155012_28253.c:15: error: `new' undeclared (first use in this function)
0_0_11155012_28253.c:15: error: syntax error before "node"
0_0_11155012_28253.c:24: error: syntax error before "node"
|