0_0_10557170_25095.c: In function `main':
0_0_10557170_25095.c:14: error: 'for' loop initial declaration used outside C99 mode
0_0_10557170_25095.c:18: error: `bool' undeclared (first use in this function)
0_0_10557170_25095.c:18: error: (Each undeclared identifier is reported only once
0_0_10557170_25095.c:18: error: for each function it appears in.)
0_0_10557170_25095.c:18: error: syntax error before "mark"
0_0_10557170_25095.c:20: error: syntax error before '/' token
0_0_10557170_25095.c:25: error: 'for' loop initial declaration used outside C99 mode
0_0_10557170_25095.c:32: error: syntax error before '/' token
0_0_10557170_25095.c:32: error: `i' undeclared (first use in this function)
0_0_10557170_25095.c:32: error: syntax error before ')' token
0_0_10557170_25095.c:36: error: syntax error before '/' token
0_0_10557170_25095.c: At top level:
0_0_10557170_25095.c:40: error: syntax error before string constant
0_0_10557170_25095.c:40: error: conflicting types for 'printf'
0_0_10557170_25095.c:40: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
0_0_10557170_25095.c:40: error: conflicting types for 'printf'
0_0_10557170_25095.c:40: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
0_0_10557170_25095.c:42: error: syntax error before '}' token
|