Indicates if a character is classed as white space in the program's current locale; that is, if it is an ASCII space, tab (horizontal or vertical), carriage-return, form-feed, or new-line character.
#include <ctype.h> int isspace (int character);
nonzero | If a white-space character. |
0 | If not a white-space character. |