Searched defs:ascii_isgraph (Results 1 – 2 of 2) sorted by relevance
142 inline bool ascii_isgraph(unsigned char c) { return c > 32 && c < 127; } in ascii_isgraph() function