62980_0_2847.c:1: error: syntax error before '<' token
62980_0_2847.c:6: error: `a' undeclared here (not in a function)
62980_0_2847.c:6: error: `b' undeclared here (not in a function)
62980_0_2847.c:7: error: syntax error before "if"
62980_0_2847.c:7: error: redefinition of 'a1'
62980_0_2847.c:6: error: previous definition of 'a1' was here
62980_0_2847.c:7: error: initializer element is not constant
62980_0_2847.c:7: error: redefinition of 'b1'
62980_0_2847.c:6: error: previous definition of 'b1' was here
62980_0_2847.c:7: error: `tmp' undeclared here (not in a function)
62980_0_2847.c:7: error: syntax error before '}' token
62980_0_2847.c:9: error: syntax error before "while"
62980_0_2847.c:12: error: redefinition of 'a1'
62980_0_2847.c:7: error: previous definition of 'a1' was here
62980_0_2847.c:12: error: redefinition of 'a1'
62980_0_2847.c:7: error: previous definition of 'a1' was here
62980_0_2847.c:12: error: initializer element is not constant
62980_0_2847.c:13: error: redefinition of 'b1'
62980_0_2847.c:7: error: previous definition of 'b1' was here
62980_0_2847.c:13: error: redefinition of 'b1'
62980_0_2847.c:7: error: previous definition of 'b1' was here
62980_0_2847.c:13: error: initializer element is not constant
62980_0_2847.c:14: error: syntax error before '}' token
62980_0_2847.c: In function `main':
62980_0_2847.c:22: error: `EOF' undeclared (first use in this function)
62980_0_2847.c:22: error: (Each undeclared identifier is reported only once
62980_0_2847.c:22: error: for each function it appears in.)
|