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

NAME

6       bson_isspace - bson_isspace()
7

SYNOPSIS

9          bool
10          bson_isspace (int c);
11

PARAMETERS

13       ยท c: A character.
14

DESCRIPTION

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

RETURNS

22       A boolean indicating if the c is considered white-space (as  determined
23       by the isspace function).
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.16.2                           Feb 25, 2020                  BSON_ISSPACE(3)
Impressum