0_0_5981243_11514.c:114: error: syntax error before "Node"
0_0_5981243_11514.c:116: error: syntax error before "root"
0_0_5981243_11514.c: In function `creatNode':
0_0_5981243_11514.c:120: error: `p' undeclared (first use in this function)
0_0_5981243_11514.c:120: error: (Each undeclared identifier is reported only once
0_0_5981243_11514.c:120: error: for each function it appears in.)
0_0_5981243_11514.c:120: error: `q' undeclared (first use in this function)
0_0_5981243_11514.c:127: error: syntax error before ')' token
0_0_5981243_11514.c: In function `findNode':
0_0_5981243_11514.c:144: error: `p' undeclared (first use in this function)
0_0_5981243_11514.c: In function `main':
0_0_5981243_11514.c:159: error: request for member `next' in something not a structure or union
|