18#define WEOF (wint_t)(0xFFFF)
_ACRTIMP int __cdecl isgraph(int)
_ACRTIMP int __cdecl iscntrl(int)
_ACRTIMP int __cdecl isblank(int)
_ACRTIMP int __cdecl isalnum(int)
_ACRTIMP int __cdecl ispunct(int)
_ACRTIMP int __cdecl _toupper_l(int, _locale_t)
_ACRTIMP int __cdecl _isctype_l(int, int, _locale_t)
_ACRTIMP int __cdecl tolower(int)
_ACRTIMP int __cdecl toupper(int)
_ACRTIMP int __cdecl _tolower_l(int, _locale_t)
_ACRTIMP int __cdecl _isctype(int, int)
#define _islower_l(_Char, _Locale)
#define _isspace_l(_Char, _Locale)
#define _isprint_l(_Char, _Locale)
#define _isdigit_l(_Char, _Locale)
#define _isupper_l(_Char, _Locale)
#define _isxdigit_l(_Char, _Locale)
#define _isblank_l(c, locale)