ReactOS 0.4.15-dev-7907-g95bf896
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
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition: freeldr.c:99
#define _BLANK
Definition: ctype.h:72
int __cdecl iswblank(wint_t _C)
Definition: iswblank.c:4