 | CARM User's Guide Discontinued |  |
|
|
| wchar_tThe wchar_t type is defined in stdlib.h. This type defines a wide-character variable. It is defined as:
typedef char wchar_t;
Note - The Keil CARM C Compiler does not support wide characters. The wchar_t type is provided only for ANSI syntax compatibility.
|
|