59697_0_10551.c:25: error: syntax error before "que1"
59697_0_10551.c:33: error: syntax error before "Node"
59697_0_10551.c: In function `insert':
59697_0_10551.c:37: error: `x' undeclared (first use in this function)
59697_0_10551.c:37: error: (Each undeclared identifier is reported only once
59697_0_10551.c:37: error: for each function it appears in.)
59697_0_10551.c:40: error: `hash' undeclared (first use in this function)
59697_0_10551.c: At top level:
59697_0_10551.c:48: error: syntax error before "Node"
59697_0_10551.c: In function `exist':
59697_0_10551.c:52: error: `x' undeclared (first use in this function)
59697_0_10551.c:55: error: `hash' undeclared (first use in this function)
59697_0_10551.c: At top level:
59697_0_10551.c:64: error: syntax error before "p"
59697_0_10551.c:68: error: syntax error before '&' token
59697_0_10551.c: In function `canmove':
59697_0_10551.c:71: error: `posX' undeclared (first use in this function)
59697_0_10551.c:71: error: `posY' undeclared (first use in this function)
59697_0_10551.c:73: error: `x' undeclared (first use in this function)
59697_0_10551.c: At top level:
59697_0_10551.c:77: error: syntax error before '&' token
59697_0_10551.c: In function `order':
59697_0_10551.c:85: error: `x' undeclared (first use in this function)
59697_0_10551.c: At top level:
59697_0_10551.c:110: error: syntax error before '&' token
59697_0_10551.c: In function `move':
59697_0_10551.c:112: error: `x' undeclared (first use in this function)
59697_0_10551.c:113: error: `dir' undeclared (first use in this function)
59697_0_10551.c:116: error: `pos' undeclared (first use in this function)
59697_0_10551.c: At top level:
59697_0_10551.c:141: error: syntax error before '&' token
59697_0_10551.c: In function `copyto':
59697_0_10551.c:146: error: `x' undeclared (first use in this function)
59697_0_10551.c:146: error: `current' undeclared (first use in this function)
59697_0_10551.c: In function `main':
59697_0_10551.c:165: error: syntax error before '/' token
59697_0_10551.c:170: error: request for member `step' in something not a structure or union
59697_0_10551.c:173: error: syntax error before '/' token
59697_0_10551.c:175: error: request for member `step' in something not a structure or union
59697_0_10551.c:178: error: syntax error before '/' token
59697_0_10551.c:180: error: syntax error before '/' token
59697_0_10551.c:204: error: syntax error before '/' token
59697_0_10551.c:212: error: syntax error before '/' token
59697_0_10551.c:233: error: syntax error before '/' token
59697_0_10551.c:239: error: break statement not within loop or switch
59697_0_10551.c: At top level:
59697_0_10551.c:241: error: syntax error before '}' token
|