#include <ctype.h> int iscntrl(int c);
Tells if c is a control character.
Nonzero if c is a control character, else zero.