1 2 3 4 5
#define __NO_CTYPE_LINES #include <wctype.h> int __cdecl iswblank (wint_t wc) {return (iswctype(wc, _BLANK) || wc == L'\t');}