0_0_9381641_6399.c:18: error: syntax error before '&' token
0_0_9381641_6399.c: In function `InitStack':
0_0_9381641_6399.c:19: error: `S' undeclared (first use in this function)
0_0_9381641_6399.c:19: error: (Each undeclared identifier is reported only once
0_0_9381641_6399.c:19: error: for each function it appears in.)
0_0_9381641_6399.c: At top level:
0_0_9381641_6399.c:24: error: syntax error before '&' token
0_0_9381641_6399.c: In function `GetTop':
0_0_9381641_6399.c:25: error: `S' undeclared (first use in this function)
0_0_9381641_6399.c:28: error: `e' undeclared (first use in this function)
0_0_9381641_6399.c: At top level:
0_0_9381641_6399.c:31: error: syntax error before '&' token
0_0_9381641_6399.c: In function `Push':
0_0_9381641_6399.c:32: error: `S' undeclared (first use in this function)
0_0_9381641_6399.c:37: error: `e' undeclared (first use in this function)
0_0_9381641_6399.c: At top level:
0_0_9381641_6399.c:40: error: syntax error before '&' token
0_0_9381641_6399.c: In function `Pop':
0_0_9381641_6399.c:41: error: `S' undeclared (first use in this function)
0_0_9381641_6399.c:44: error: `e' undeclared (first use in this function)
0_0_9381641_6399.c: At top level:
0_0_9381641_6399.c:58: error: syntax error before '&' token
0_0_9381641_6399.c: In function `FindPath':
0_0_9381641_6399.c:67: error: `S' undeclared (first use in this function)
|