C Programming/ctype.h/isgraph

Synopsis

edit
int isgraph(int c);

Description

edit

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

References

edit