Copyright Digital Equipment Corp. All rights reserved.

isspace

   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);
 


Additional information available:

Argument        Return_Values