wchar_t
The 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 C51 C Compiler does not support wide characters. The wchar_t type is provided only for ANSI syntax compatibility.