added a non-wide ctypes.h
This commit is contained in:
parent
1c3b33746e
commit
1035b176c7
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "_ctype.h"
|
#include "_ctype.h"
|
||||||
extern "C" isascii(int c) {
|
extern "C" isascii(int c) {
|
||||||
assert(c<256);
|
|
||||||
return c >= 0 && c < 128;
|
return c >= 0 && c < 128;
|
||||||
}
|
}
|
Loading…
Reference in a new issue