table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
| BSON_ISSPACE(3) | libbson | BSON_ISSPACE(3) |
NAME¶
bson_isspace - bson_isspace()
SYNOPSIS¶
bool bson_isspace (int c);
PARAMETERS¶
- •
- c: A character.
DESCRIPTION¶
A safer alternative to isspace with additional bounds checking.
It is equivalent to isspace, excepts always returns false if c is out of the inclusive bounds [-1, 255].
RETURNS¶
A boolean indicating if the c is considered white-space (as determined by the isspace function).
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2017-present, MongoDB, Inc
| October 20, 2022 | 1.23.1 |