@c ---------------------------------------------------------------------- @node isgraph, ctype @subheading Syntax @example #include int isgraph(int c); @end example @subheading Description Tells if @var{c} is a visible printing character. Space is not included. @subheading Return Value Nonzero if @var{c} is a visible printing character, else zero. @subheading Portability @portability ansi, posix