Searched defs:isascii (Results 1 – 3 of 3) sorted by relevance
138 isascii(int c) in isascii() function
130 # define isascii(c) (!(c & 0200)) macro
53 TEST(ctype, isascii) { in TEST() argument