Currently At: Programming Reference > C Reference > Standard C String & Character > isgraph()

isgraph()


Syntax:
#include <ctype.h>
int isgraph( int ch );


Description:
The function isgraph() returns non-zero if its argument is any printable character other than a space (if you can see the character, then isgraph() will return a non-zero value). Otherwise, zero is returned.

Related Topics:
isalnum(), isalpha(), iscntrl(), isdigit(), isprint(), ispunct(), isspace()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions