Function isgraph

Top 

Declaration:

int isgraph(unsigned char c);

Description

The isgraph function checks, if parameter c is a printed character excluding spaces (0x21 - 0x7E).

Returned value

The isgraph function will return a non-zero value, if c is a printed character, otherwise it will return 0.