mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
7 lines
No EOL
134 B
C
7 lines
No EOL
134 B
C
#define _CRT_WCTYPE_NOINLINE
|
|
#include <ctype.h>
|
|
|
|
int __cdecl iswblank (wint_t _C)
|
|
{
|
|
return (iswctype(_C, _BLANK) || _C == '\t');
|
|
} |