0_0_1201473_15677.c: In function `main':
0_0_1201473_15677.c:15: error: syntax error before "case"
0_0_1201473_15677.c:19: error: syntax error before '/' token
0_0_1201473_15677.c:23: error: wrong type argument to increment
0_0_1201473_15677.c:26: error: incompatible types in assignment
0_0_1201473_15677.c:27: error: syntax error before "else"
0_0_1201473_15677.c:30: error: wrong type argument to increment
0_0_1201473_15677.c:33: error: incompatible types in assignment
0_0_1201473_15677.c: At top level:
0_0_1201473_15677.c:35: error: syntax error before "break"
0_0_1201473_15677.c:41: error: syntax error before '++' token
0_0_1201473_15677.c:42: error: syntax error before '(' token
0_0_1201473_15677.c:42: error: conflicting types for 'fprintf'
0_0_1201473_15677.c:42: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
0_0_1201473_15677.c:42: error: conflicting types for 'fprintf'
0_0_1201473_15677.c:42: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
0_0_1201473_15677.c:44: error: `base' undeclared here (not in a function)
0_0_1201473_15677.c:45: error: syntax error before '}' token
0_0_1201473_15677.c:48: error: syntax error before '++' token
0_0_1201473_15677.c:49: error: syntax error before '(' token
0_0_1201473_15677.c:50: error: redefinition of 'ones'
0_0_1201473_15677.c:43: error: previous definition of 'ones' was here
0_0_1201473_15677.c:51: error: redefinition of 'str'
0_0_1201473_15677.c:44: error: previous definition of 'str' was here
0_0_1201473_15677.c:52: error: syntax error before '}' token
|