wchar_t typedef

wchar_t = int

Wide character type (maps to a Unicode Rune).

Implementation

typedef wchar_t = int;