Scroll to navigation

BSON_STRING_APPEND(3) Library Functions Manual BSON_STRING_APPEND(3)

NAME

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

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

COLOPHON

This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 libbson