ReactOS 0.4.16-dev-555-g690643f
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}
int wint_t
Definition: _apple.h:38
#define __cdecl
Definition: accygwin.h:79
#define iswblank(_c)
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition: freeldr.c:97
#define _BLANK
Definition: ctype.h:72