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