ReactOS
0.4.16-dev-2110-ge3521eb
iswblank.c
Go to the documentation of this file.
1
#define _CRT_WCTYPE_NOINLINE
2
#include <ctype.h>
3
4
int
__cdecl
iswblank
(
wint_t
_C)
5
{
6
return
(
iswctype
(_C,
_BLANK
) || _C ==
'\t'
);
7
}
__cdecl
#define __cdecl
Definition:
corecrt.h:121
wint_t
unsigned short wint_t
Definition:
corecrt.h:243
_BLANK
#define _BLANK
Definition:
corecrt_wctype.h:22
iswctype
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition:
freeldr.c:165
iswblank
#define iswblank(_c)
Definition:
corecrt_wctype.h:135
sdk
lib
crt
misc
iswblank.c
Generated on Thu Jan 8 2026 06:15:24 for ReactOS by
1.9.6