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

isspace()


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


Description:
The isspace() function returns non-zero if its argument is some sort of space (i.e. single space, tab, vertical tab, form feed, carriage return, or newline). Otherwise, zero is returned.

Related Topics:
isalnum(), isalpha(), iscntrl(), isdigit(), isgraph(), ispunct()


Web Standards & Support:

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