0_0_6724620_12728.c:1:17: cstdio: No such file or directory
0_0_6724620_12728.c:2:18: cstdlib: No such file or directory
0_0_6724620_12728.c:5: error: syntax error before "NODE"
0_0_6724620_12728.c:9: error: syntax error before '*' token
0_0_6724620_12728.c:9: error: `NULL' undeclared here (not in a function)
0_0_6724620_12728.c: In function `add1':
0_0_6724620_12728.c:12: error: `node' undeclared (first use in this function)
0_0_6724620_12728.c:12: error: (Each undeclared identifier is reported only once
0_0_6724620_12728.c:12: error: for each function it appears in.)
0_0_6724620_12728.c:12: error: syntax error before ')' token
0_0_6724620_12728.c: In function `remove':
0_0_6724620_12728.c:18: error: request for member `value' in something not a structure or union
0_0_6724620_12728.c:19: error: `p' undeclared (first use in this function)
0_0_6724620_12728.c: In function `clear':
0_0_6724620_12728.c:27: error: `p' undeclared (first use in this function)
0_0_6724620_12728.c: At top level:
0_0_6724620_12728.c:36: error: syntax error before "f"
0_0_6724620_12728.c: In function `f':
0_0_6724620_12728.c:37: error: `true' undeclared (first use in this function)
0_0_6724620_12728.c:41: error: request for member `value' in something not a structure or union
0_0_6724620_12728.c:48: error: `false' undeclared (first use in this function)
0_0_6724620_12728.c: In function `g':
0_0_6724620_12728.c:53: error: `true' undeclared (first use in this function)
0_0_6724620_12728.c:57: error: request for member `value' in something not a structure or union
|