ReactOS
0.4.16-dev-1025-gd3456f5
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
}
wint_t
int wint_t
Definition:
_apple.h:38
__cdecl
#define __cdecl
Definition:
accygwin.h:79
iswblank
#define iswblank(_c)
Definition:
corecrt_wctype.h:135
iswctype
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition:
freeldr.c:165
_BLANK
#define _BLANK
Definition:
ctype.h:72
sdk
lib
crt
misc
iswblank.c
Generated on Wed Apr 23 2025 06:14:07 for ReactOS by
1.9.6