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

NAME

6       bson_string_append_c - bson_string_append_c()
7

SYNOPSIS

9          void
10          bson_string_append_c (bson_string_t *string, char str);
11

PARAMETERS

13string: A bson_string_t.
14
15str: An ASCII char.
16

DESCRIPTION

18       Appends c to the string builder string.
19

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.21.1                           Mar 02, 2022          BSON_STRING_APPEND_C(3)
Impressum