mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
6 lines
117 B
C
6 lines
117 B
C
|
#define __NO_CTYPE_LINES
|
||
|
#include <ctype.h>
|
||
|
|
||
|
int _cdecl isblank (int c)
|
||
|
{return (_isctype(c, _BLANK) || c == '\t');}
|