10#define wctype_alpha 0x0001
11#define wctype_blank 0x0002
12#define wctype_cntrl 0x0004
13#define wctype_digit 0x0008
14#define wctype_graph 0x0010
15#define wctype_lower 0x0020
16#define wctype_print 0x0040
17#define wctype_punct 0x0080
18#define wctype_space 0x0100
19#define wctype_upper 0x0200
20#define wctype_xdigit 0x0400
22#define wctype_alnum (wctype_alpha | wctype_digit)
const wchar_t __wupper_mapC[256]
Definition wctype.c:151
const wchar_t __wlower_mapC[256]
Definition wctype.c:134
const unsigned short __wctype_mapC[256]
Definition wctype.c:3