#include <ctype.h> int isprint(int c);
Tells if c is a printing character, which includes the space character.
Nonzero if c is a printing character, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.