Searched defs:ISGRAPH (Results 1 – 1 of 1) sorted by relevance
36 #define ISGRAPH(x) (ISLOWPRINT(x) || (((x) > ' ') && ((x) <= 0x7e))) macro
Completed in 2 milliseconds