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