1BSON_STRING_APPEND(3)               libbson              BSON_STRING_APPEND(3)
2
3
4

SYNOPSIS

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

PARAMETERS

10string: A bson_string_t.
11
12str: A string.
13

DESCRIPTION

15       Appends  the  ASCII  or UTF-8 encoded string str to string. This is not
16       suitable for embedding NULLs in strings.
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023            BSON_STRING_APPEND(3)
Impressum