bson_string_append(3)

bson_string_append()

Section 3 libbson-doc bookworm source

Description

BSON_STRING_APPEND

NAME

bson_string_append - bson_string_append()

SYNOPSIS

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

PARAMETERS

string: A bson_string_t.

str: A string.

DESCRIPTION

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

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc