#include <ctype.h> int isgraph(int c);
Tells if c is a visible printing character. Space is not included.
Nonzero if c is a visible printing character, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.