1BSON_STRING_APPEND_C(3) libbson BSON_STRING_APPEND_C(3)
23
4
NAME
6bson_string_append_c - bson_string_append_c()
7
SYNOPSIS
9void
10bson_string_append_c (bson_string_t *string, char str);
11
PARAMETERS
13· string: A bson_string_t.
1415
· str: An ASCII char.
16
DESCRIPTION
18Appends c to the string builder string.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.17.4 Feb 04, 2021 BSON_STRING_APPEND_C(3)