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