bson_isspace(3)
| BSON_ISSPACE(3) | libbson | BSON_ISSPACE(3) |
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
2009-present, MongoDB, Inc.
| February 10, 2026 | 1.30.7 |
