0_0_4313677_28003.c:9: error: syntax error before "node"
0_0_4313677_28003.c: In function `insert':
0_0_4313677_28003.c:14: error: invalid application of `sizeof' to incomplete type `node'
0_0_4313677_28003.c:15: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c:16: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c:16: error: request for member `next' in something not a structure or union
0_0_4313677_28003.c:17: error: request for member `next' in something not a structure or union
0_0_4313677_28003.c: In function `find':
0_0_4313677_28003.c:23: error: request for member `next' in something not a structure or union
0_0_4313677_28003.c:26: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c:31: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c: In function `get':
0_0_4313677_28003.c:52: error: request for member `next' in something not a structure or union
0_0_4313677_28003.c:55: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c:56: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c:58: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c:60: error: dereferencing pointer to incomplete type
0_0_4313677_28003.c: In function `main':
0_0_4313677_28003.c:73: error: request for member `k' in something not a structure or union
0_0_4313677_28003.c:74: error: request for member `next' in something not a structure or union
|