wchar
USE:
specify a string of wide characters (16 bits wide)
EXAMPLE:
wchar w="world" wchar buf[1024] buf=w print buf
RELATED:
char
types