Preprocessor macro defined to describe if the size of char is 32-bit.
#define __CHAR_IS_32BIT__ 0 | 1
The compiler defines this macro to be 1 if the size of char is 32-bit, 0 otherwise.