0_0_19096915_20638.c:1:1: error: expected identifier or '(' before '/' token
//////////////
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:9,
from 0_0_19096915_20638.c:2:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:29:11: error: unknown type name '__gnuc_va_list'
typedef __gnuc_va_list va_list;
^
0_0_19096915_20638.c:3:16: error: expected expression before '/' token
#define N 3000//0000
^
0_0_19096915_20638.c:4:12: note: in expansion of macro 'N'
char table[N] = { 0 };
^
0_0_19096915_20638.c: In function 'main':
0_0_19096915_20638.c:3:16: error: expected expression before '/' token
#define N 3000//0000
^
0_0_19096915_20638.c:34:19: note: in expansion of macro 'N'
for (i = 0; i < N; table[i++] = 0);
^
0_0_19096915_20638.c:34:22: error: 'table' undeclared (first use in this function)
for (i = 0; i < N; table[i++] = 0);
^
0_0_19096915_20638.c:34:22: note: each undeclared identifier is reported only once for each function it appears in
|