#define __NO_CTYPE_LINES #include int __cdecl isblank (int c) {return (_isctype(c, _BLANK) || c == '\t');}