ReactOS 0.4.16-dev-2104-gb84fa49
iswblank.c
Go to the documentation of this file.
1#define _CRT_WCTYPE_NOINLINE
2#include <ctype.h>
3
5{
6 return (iswctype(_C, _BLANK) || _C == '\t');
7}
#define __cdecl
Definition: corecrt.h:121
unsigned short wint_t
Definition: corecrt.h:243
#define _BLANK
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition: freeldr.c:165
#define iswblank(_c)