ReactOS
0.4.16-dev-747-gbc52d5f
isblank.c
Go to the documentation of this file.
1
#define __NO_CTYPE_LINES
2
#include <ctype.h>
3
4
int
__cdecl
isblank
(
int
_C)
5
{
6
return
(
_isctype
(_C,
_BLANK
) || _C ==
'\t'
);
7
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
_BLANK
#define _BLANK
Definition:
ctype.h:72
_isctype
_Check_return_ _CRTIMP int __cdecl _isctype(_In_ int _C, _In_ int _Type)
isblank
#define isblank(x)
Definition:
trio.c:93
sdk
lib
crt
misc
isblank.c
Generated on Fri Feb 14 2025 06:13:59 for ReactOS by
1.9.6