0_0_8234612_15986.c:6: error: syntax error before "node"
0_0_8234612_15986.c:8: error: syntax error before '}' token
0_0_8234612_15986.c: In function `main':
0_0_8234612_15986.c:14: error: `node' undeclared (first use in this function)
0_0_8234612_15986.c:14: error: (Each undeclared identifier is reported only once
0_0_8234612_15986.c:14: error: for each function it appears in.)
0_0_8234612_15986.c:14: error: `p' undeclared (first use in this function)
0_0_8234612_15986.c:25: error: request for member `next' in something not a structure or union
0_0_8234612_15986.c:37: error: `new' undeclared (first use in this function)
0_0_8234612_15986.c:37: error: syntax error before "node"
0_0_8234612_15986.c:40: error: request for member `next' in something not a structure or union
0_0_8234612_15986.c:41: error: request for member `next' in something not a structure or union
0_0_8234612_15986.c: In function `dfs':
0_0_8234612_15986.c:64: error: syntax error before '/' token
0_0_8234612_15986.c:71: error: `node' undeclared (first use in this function)
0_0_8234612_15986.c:71: error: `p' undeclared (first use in this function)
0_0_8234612_15986.c:72: error: request for member `next' in something not a structure or union
|