1BSON_ISSPACE(3) libbson BSON_ISSPACE(3)
2
3
4
6 bson_isspace - bson_isspace()
7
9 bool
10 bson_isspace (int c);
11
13 ยท c: A character.
14
16 A safer alternative to isspace with additional bounds checking.
17
18 It is equivalent to isspace, excepts always returns false if c is out
19 of the inclusive bounds [-1, 255].
20
22 A boolean indicating if the c is considered white-space (as determined
23 by the isspace function).
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.16.2 Feb 25, 2020 BSON_ISSPACE(3)