

isspace()             ctype Macro (ctype.h)             isspace()




Check if a character prints white space

#iinncclluuddee <ccttyyppee.hh>
iinntt iissssppaaccee(_c) iinntt _c;

isspace tests  whether the argument  _c is a  space, tab, newline,
carriage  return, or  form-feed character.   It returns  a number
other than zero  if _c is a white-space character,  and zero if it
is not.  isspace assumes that _c is an ASCII character or EOF.

***** Example *****

For an example of how to use this macro, see the entry for ctype.

***** See Also *****

ASCII, ctype







































COHERENT Lexicon                                           Page 1


