Add toascii() to ape
This commit is contained in:
parent
e0720a48b0
commit
5e9d8a7b18
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ extern unsigned char _ctype[];
|
|||
|
||||
#ifdef _BSD_EXTENSION
|
||||
#define isascii(c) (((unsigned int)(c))<0x80)
|
||||
#define toascii( c ) ((unsigned)(c) & 0x007f)
|
||||
#endif
|
||||
|
||||
#endif /* __CTYPE */
|
||||
|
|
Loading…
Reference in a new issue