Contents
Synopsis
1
#include <ctype.h> int isgraph(int c);
Description
2
The isgraph function tests for any printing character except space (’ ‘).