1BSON_ISSPACE(3)                     libbson                    BSON_ISSPACE(3)
2
3
4

SYNOPSIS

6          bool
7          bson_isspace (int c);
8

PARAMETERS

10c: A character.
11

DESCRIPTION

13       A safer alternative to isspace with additional bounds checking.
14
15       It  is  equivalent to isspace, excepts always returns false if c is out
16       of the inclusive bounds [-1, 255].
17

RETURNS

19       A boolean indicating if the c is considered white-space (as  determined
20       by the isspace function).
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023                  BSON_ISSPACE(3)
Impressum