Searched defs:ISGRAPH (Results 1 – 1 of 1) sorted by relevance
218 #define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro220 #define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro