NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
int isgraph ( int  c)
inline

Check if character has graphical representation.

Checks if parameter c is a character with a graphical representation.

Parameters
cCharacter to be checked.
Returns
Returns a non-zero value (true) if c has a graphical representation, otherwise it returns 0 (false).
Examples:
ex_ctype.nxc, and ex_isgraph.nxc.