0_0_6407964_20871.c:7: error: syntax error before "node"
0_0_6407964_20871.c: In function `insert':
0_0_6407964_20871.c:16: error: `node' undeclared (first use in this function)
0_0_6407964_20871.c:16: error: (Each undeclared identifier is reported only once
0_0_6407964_20871.c:16: error: for each function it appears in.)
0_0_6407964_20871.c:16: error: `p' undeclared (first use in this function)
0_0_6407964_20871.c:17: error: syntax error before ')' token
0_0_6407964_20871.c:19: error: request for member `next' in something not a structure or union
0_0_6407964_20871.c:20: error: request for member `next' in something not a structure or union
0_0_6407964_20871.c: In function `find':
0_0_6407964_20871.c:26: error: `node' undeclared (first use in this function)
0_0_6407964_20871.c:26: error: `p' undeclared (first use in this function)
0_0_6407964_20871.c:27: error: request for member `next' in something not a structure or union
0_0_6407964_20871.c: In function `get':
0_0_6407964_20871.c:48: error: `node' undeclared (first use in this function)
0_0_6407964_20871.c:48: error: `p' undeclared (first use in this function)
0_0_6407964_20871.c:49: error: request for member `next' in something not a structure or union
0_0_6407964_20871.c: In function `main':
0_0_6407964_20871.c:70: error: request for member `k' in something not a structure or union
0_0_6407964_20871.c:71: error: request for member `next' in something not a structure or union
|