Table of Contents

isspace

bool isspace(int c)

Description

Returns true if the character is whitespace. Equivalent to the corresponding C function isspace.

See also

StrIsSpace