Provided by: libbson-doc_1.23.1-1build1_all
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