Copyright Digital Equipment Corp. All rights reserved.
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.
Format
#include <ctype.h>
int isspace (int character);
Argument Return_Values