Не могу понять, что происходит с типом bool. пустая прога:
int main() { bool bval; return 0; }
при компиляции gcc выдает:
test.c: in function 'main': test.c:3: 'bool' undeclared (first use in this function) test.c:3: (Each undeclared identifier is reported only once test.c:3: for each function it appears in.) test.c:3: parse error before 'bval'
Что, нет такого типа 'bool'???