98577_0_14214.c:14: error: syntax error before "a"
98577_0_14214.c: In function `dir':
98577_0_14214.c:16: error: `b' undeclared (first use in this function)
98577_0_14214.c:16: error: (Each undeclared identifier is reported only once
98577_0_14214.c:16: error: for each function it appears in.)
98577_0_14214.c:16: error: `a' undeclared (first use in this function)
98577_0_14214.c:16: error: `c' undeclared (first use in this function)
98577_0_14214.c: At top level:
98577_0_14214.c:18: error: syntax error before "a"
98577_0_14214.c: In function `on':
98577_0_14214.c:20: error: `c' undeclared (first use in this function)
98577_0_14214.c:20: error: `a' undeclared (first use in this function)
98577_0_14214.c:20: error: `b' undeclared (first use in this function)
98577_0_14214.c: In function `main':
98577_0_14214.c:28: error: `point' undeclared (first use in this function)
98577_0_14214.c:28: error: syntax error before "a"
98577_0_14214.c:33: error: `a' undeclared (first use in this function)
98577_0_14214.c:33: error: `b' undeclared (first use in this function)
|