1BSON_STRING_APPEND(3) libbson BSON_STRING_APPEND(3)
23
4
NAME
6bson_string_append - bson_string_append()
7
SYNOPSIS
9void
10bson_string_append (bson_string_t *string, const char *str);
11
PARAMETERS
13· string: A bson_string_t.
1415
· str: A string.
16
DESCRIPTION
18Appends the ASCII or UTF-8 encoded string str to string. This is not
19suitable for embedding NULLs in strings.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.17.4 Feb 04, 2021 BSON_STRING_APPEND(3)