7.4.1.6 The isgraph function

Synopsis

1

#include <ctype.h>
int isgraph(int c);

Description

2

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