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