====== isspace ====== {{tag>character needs_examples}} ''bool isspace(int c)'' ===== Description ===== Returns true if the character is whitespace. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isspace|isspace]]. ===== See also ===== [[StrIsSpace]]