The isgraph function

Name

isgraph -- 

Synopsis

#include <ctype.h>

int isgraph (int c);

Description

The isgraph function tests for any printing character except space (' ').