C Programming/ctype.h/isgraph

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis

[edit | edit source]
int isgraph(int c);

Description

[edit | edit source]

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

References

[edit | edit source]