0_0_20625812_31949.c: In function 'main':
0_0_20625812_31949.c:8:2: error: unknown type name 'Bool'
Bool j;
^
0_0_20625812_31949.c:13:5: error: 'False' undeclared (first use in this function)
j=False;
^
0_0_20625812_31949.c:13:5: note: each undeclared identifier is reported only once for each function it appears in
0_0_20625812_31949.c:20:7: error: 'true' undeclared (first use in this function)
j=true;
^
|