ReactOS 0.4.15-dev-7906-g1b85a5f
isblank.c
Go to the documentation of this file.
1#define __NO_CTYPE_LINES
2#include <ctype.h>
3
4int __cdecl isblank (int _C)
5{
6 return (_isctype(_C, _BLANK) || _C == '\t');
7}
#define __cdecl
Definition: accygwin.h:79
#define _BLANK
Definition: ctype.h:72
_Check_return_ _CRTIMP int __cdecl _isctype(_In_ int _C, _In_ int _Type)
#define isblank(x)
Definition: trio.c:93