mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
6 lines
129 B
C
6 lines
129 B
C
|
#define __NO_CTYPE_LINES
|
||
|
#include <wctype.h>
|
||
|
|
||
|
int __cdecl iswblank (wint_t wc)
|
||
|
{return (iswctype(wc, _BLANK) || wc == L'\t');}
|