Everything

isgraph


Tests for any printing character except space (’ ’).

[Format]

#include <ctype.h>

long isgraph (long c);

[Parameters]

c Character to be tested

[Return values]

If character c is a printing character except space: Nonzero

If character c is not a printing character except space: 0