10 #error Only Win32 target is supported! 15 #pragma pack(push,_CRT_PACKING) 22 #define WEOF (wint_t)(0xFFFF) 25 #ifndef _CRT_CTYPEDATA_DEFINED 26 #define _CRT_CTYPEDATA_DEFINED 27 #ifndef _CTYPE_DISABLE_MACROS 30 #define __PCTYPE_FUNC __pctype_func() 32 #define __pctype_func() (_pctype) 34 #define __pctype_func() (*_imp___pctype) 43 #define _pctype (*_imp___pctype) 50 #ifndef _CRT_WCTYPEDATA_DEFINED 51 #define _CRT_WCTYPEDATA_DEFINED 52 #ifndef _CTYPE_DISABLE_MACROS 58 #define _wctype (*_imp___wctype) 67 #define _pwctype (*_imp___pwctype) 68 #define __pwctype_func() (*_imp___pwctype) 84 #define _LEADBYTE 0x8000 85 #define _ALPHA (0x0100|_UPPER|_LOWER) 87 #ifndef _WCTYPE_DEFINED 88 #define _WCTYPE_DEFINED 109 #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || !defined (NO_OLDNAMES) 114 #ifndef _WCTYPE_INLINE_DEFINED 115 #define _WCTYPE_INLINE_DEFINED 117 #define iswalpha(_c) (iswctype(_c,_ALPHA)) 118 #define iswupper(_c) (iswctype(_c,_UPPER)) 119 #define iswlower(_c) (iswctype(_c,_LOWER)) 120 #define iswdigit(_c) (iswctype(_c,_DIGIT)) 121 #define iswxdigit(_c) (iswctype(_c,_HEX)) 122 #define iswspace(_c) (iswctype(_c,_SPACE)) 123 #define iswpunct(_c) (iswctype(_c,_PUNCT)) 124 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT)) 125 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) 126 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT)) 127 #define iswcntrl(_c) (iswctype(_c,_CONTROL)) 128 #define iswascii(_c) ((unsigned)(_c) < 0x80) 129 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE)
unsigned short ** _imp___wctype
_CRTIMP int __cdecl __iswcsym(wint_t)
wctrans_t __cdecl wctrans(const char *)
unsigned short ** _imp___pwctype
wint_t __cdecl towlower(wint_t)
int __cdecl iswctype(wint_t, wctype_t)
unsigned short ** _imp___pctype
wctype_t __cdecl wctype(const char *)
wint_t __cdecl towctrans(wint_t, wctrans_t)
wint_t __cdecl towupper(wint_t)
int __cdecl is_wctype(wint_t, wctype_t)
_CRTIMP int __cdecl __iswcsymf(wint_t)
_CRTIMP int __cdecl iswblank(wint_t _C)