isspace
- Синтаксис
-
native isspace(ch);
Переменная | Описание |
---|---|
ch |
Character to test. |
- Описание
- Returns whether a character is whitespace.
- Пометка
-
Multi-byte characters will always return false.
- Возвращает
- True if character is whitespace, otherwise false.