c_iscntrl 88 gnulib-tests/test-c-ctype.c ASSERT (c_iscntrl (c) == ((c >= 0 && c < 0x20) || c == 0x7f)); c_iscntrl 128 lib/c-ctype.h extern bool c_iscntrl (int c);