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