Name
isgraph function — Tests for a graphic character
Synopsis
int isgraph(int c)
The isgraph
function
returns true (nonzero) if c
is
any printing character (isprint
)
except space ('
'). The set of
printing characters varies with locale and character set.