ReactOS
0.4.16-dev-2104-gb84fa49
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
}
_isctype
int CDECL _isctype(int c, int type)
Definition:
ctype.c:198
__cdecl
#define __cdecl
Definition:
corecrt.h:121
_BLANK
#define _BLANK
Definition:
corecrt_wctype.h:22
isblank
#define isblank(x)
Definition:
trio.c:93
sdk
lib
crt
misc
isblank.c
Generated on Wed Jan 7 2026 06:15:17 for ReactOS by
1.9.6