0_0_2929943_4101.c:3: error: syntax error before "func"
0_0_2929943_4101.c: In function `func':
0_0_2929943_4101.c:10: error: `true' undeclared (first use in this function)
0_0_2929943_4101.c:10: error: (Each undeclared identifier is reported only once
0_0_2929943_4101.c:10: error: for each function it appears in.)
0_0_2929943_4101.c:19: error: `false' undeclared (first use in this function)
0_0_2929943_4101.c: In function `main':
0_0_2929943_4101.c:26: error: `bool' undeclared (first use in this function)
0_0_2929943_4101.c:26: error: syntax error before "flag"
0_0_2929943_4101.c:27: error: `flag' undeclared (first use in this function)
0_0_2929943_4101.c:27: error: `true' undeclared (first use in this function)
0_0_2929943_4101.c:33: error: `false' undeclared (first use in this function)
|