c_isprint 117 gnulib-tests/test-c-ctype.c ASSERT (c_isprint (c) == (c >= 0x20 && c < 0x7f)); c_isprint 132 lib/c-ctype.h extern bool c_isprint (int c);