Provided by: libbson-doc_1.16.1-1build2_all 

NAME
bson_isspace - bson_isspace()
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
2017-present, MongoDB, Inc
1.16.1 Mar 03, 2020 BSON_ISSPACE(3)