1BSON_STRING_APPEND_C(3)             libbson            BSON_STRING_APPEND_C(3)
2
3
4

SYNOPSIS

6          void
7          bson_string_append_c (bson_string_t *string, char str);
8

PARAMETERS

10string: A bson_string_t.
11
12str: An ASCII char.
13

DESCRIPTION

15       Appends c to the string builder string.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023          BSON_STRING_APPEND_C(3)
Impressum