iscntrl

Name

iscntrl -- tests for control characters

Synopsis

int8 iscntrl(int8 ch);

Description

iscntrl evaluates the character ch and returns a non-zero value if it is an ASCII control character (0 to 31 and 127). If not, the return value is zero.