Synopsis
int iscntrl(int c);
Description

iscntrl returns nonzero (true) if and only if the value of the argument c is a control character. Control characters have values 0 through 31 and the single value 127.