Everything

iscntrl


Tests for a control character.

[Format]

#include <ctype.h>

long iscntrl (long c);

[Parameters]

c Character to be tested

[Return values]

If character c is a control character: Nonzero

If character c is not a control character: 0