1BSON_ISSPACE(3) libbson BSON_ISSPACE(3)
23
4
SYNOPSIS
6bool
7bson_isspace (int c);
8
PARAMETERS
10• c: A character.
11
DESCRIPTION
13A safer alternative to isspace with additional bounds checking.
1415
It is equivalent to isspace, excepts always returns false if c is out
16of the inclusive bounds [-1, 255].
17
RETURNS
19A boolean indicating if the c is considered white-space (as determined
20by the isspace function).
21
AUTHOR
23MongoDB, Inc
24
COPYRIGHT
262017-present, MongoDB, Inc
2728
29
30
31
1.25.1 Nov 08, 2023 BSON_ISSPACE(3)