int iscntrl(int c);
This function returns true if c is a control character (that is, a character that is not a printing character).