SLAA534A June 2013 – June 2020
For C++, the type "bool" is a built-in type.
For C99, the type "_Bool" is a built-in type. For C99, the header file stdbool.h defines a macro "bool" which expands to _Bool.
Each of these types is represented as an 8-bit unsigned type.