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