int isgraph(int c);
This function returns true if c is a character that has a glyph associated with it. Whitespace characters are not considered graphic.