| The C Programming Language | Non-course specific  |
| 1 | DESCRIPTION
White space characters are defined as blanks (spaces), horizontal and vertical tabs, newlines, carriage returns and formfeeds. C provides a function which determines if its argument
represents a white space character. The function is
The argument is an When using isspace( (unsigned char)c );where c is the variable holding the character to be
tested.
If the value passed into Last update: 9 May 1999 |