ReactOS 0.4.15-dev-7958-gcd0bb1a
iswblank.c File Reference
#include <ctype.h>
Include dependency graph for iswblank.c:

Go to the source code of this file.

Macros

#define _CRT_WCTYPE_NOINLINE
 

Functions

int __cdecl iswblank (wint_t _C)
 

Macro Definition Documentation

◆ _CRT_WCTYPE_NOINLINE

#define _CRT_WCTYPE_NOINLINE

Definition at line 1 of file iswblank.c.

Function Documentation

◆ iswblank()

int __cdecl iswblank ( wint_t  _C)

Definition at line 4 of file iswblank.c.

5{
6 return (iswctype(_C, _BLANK) || _C == '\t');
7}
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition: freeldr.c:99
#define _BLANK
Definition: ctype.h:72