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

13       · string: A bson_string_t.
14
15       · str: 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.14.0                           Feb 22, 2019            BSON_STRING_APPEND(3)
Impressum