#include <ctype.h> int isspace(int c);
Tells if c is whitespace, that is, carriage return, newline, form feed, tab, vertical tab, or space.
Nonzero if c is whitespace, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.