Searched defs:isascii (Results 1 – 4 of 4) sorted by relevance
17 int isascii(int c) in isascii() function
40 #define isascii(c) (((unsigned char)(c))<=0x7f) macro
37 #define isascii(c) (((unsigned char)(c))<=0x7f) macro