69080f58f0
* mingwex/isblank.c: Fix typo in declaration.
6 lines
118 B
C
Executable File
6 lines
118 B
C
Executable File
#define __NO_CTYPE_LINES
|
|
#include <ctype.h>
|
|
|
|
int __cdecl isblank (int c)
|
|
{return (_isctype(c, _BLANK) || c == '\t');}
|