#include <ctype.h>
int isgraph (int c);
int isgraph
The isgraph function tests for any printing character except space (' ').