2.2.7 CHAR
A CHAR is an 8-bit block of data that typically contains an ANSI character, as specified in [ISO/IEC-8859-1]. For information on the char keyword, see [C706] section 4.2.9.3.
This type is declared as follows:
-
typedef char CHAR, *PCHAR;