blob: ca530cef1f0389700fc9221fc884c35ced04cae0 [file] [log] [blame]
#define __NO_CTYPE_LINES
#include <ctype.h>
int _cdecl isblank (int _C)
{
return (_isctype(_C, _BLANK) || _C == '\t');
}