0_0_32194161_22573.c: In function 'main':
0_0_32194161_22573.c:31:4: error: unknown type name 'bool'
bool flag = true;
^
0_0_32194161_22573.c:31:16: error: 'true' undeclared (first use in this function)
bool flag = true;
^
0_0_32194161_22573.c:31:16: note: each undeclared identifier is reported only once for each function it appears in
0_0_32194161_22573.c:34:13: error: 'false' undeclared (first use in this function)
flag = false;
^
|