Signature
native isspace(ch);
Description
Returns whether a character is whitespace.
Notes
- Multi-byte characters will always return false.
Parameters
- ch — Character to test.
Returns
True if character is whitespace, otherwise false.