#include <ctype.h>

int isgraph(int c);

C/C++ macro that returns true (nonzero) if c is classified as a printable character. Otherwise it returns false (zero).