ReactOS
0.4.16-dev-338-g34e76ad
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
iswctype
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition:
freeldr.c:97
_BLANK
#define _BLANK
Definition:
ctype.h:72
iswblank
int __cdecl iswblank(wint_t _C)
Definition:
iswblank.c:4
sdk
lib
crt
misc
iswblank.c
Generated on Wed Dec 11 2024 06:13:31 for ReactOS by
1.9.6