+ wint_t
Definition
typedef unsigned short wint_t;
Description
This data type defines the wide character type, which supports unicode encoding.
+ wctrans_t
typedef wchar_t wctrans_t;
This data type defines the target transformation type for wide character conversions.
+ wctype_t
typedef unsigned short wctype_t;
This data type defines a wide character category type.
iswalnum()
iswalpha()
iswcntrl()
iswctype()
iswdigit()
iswgraph()
iswlower()
iswprint()
iswpunct()
iswspace()
iswupper()
iswxdigit()
towctrans()
towlower()
towupper()
wctrans()
wctype()
© 20072012 XoaX.net. All rights reserved.