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

NAME

6       bson_string_append - bson_string_append()
7

SYNOPSIS

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

PARAMETERS

13string: A bson_string_t.
14
15str: A string.
16

DESCRIPTION

18       Appends  the  ASCII  or UTF-8 encoded string str to string. This is not
19       suitable for embedding NULLs in strings.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.23.1                           Oct 20, 2022            BSON_STRING_APPEND(3)
Impressum