SPRAC71B February 2019 – October 2023
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.