Identification of control character
[Classification]
Standard library
[Syntax]
#include <ctype.h>
int __far iscntrl(int c);
[Return value]
These functions return a value other than 0 if the value of argument c matches the respective description (i.e., if the result is true). If the result is false, 0 is returned.