bson_string_append_printf - Man Page

Synopsis

void
bson_string_append_printf (bson_string_t *string, const char *format, ...)
   BSON_GNUC_PRINTF (2, 3);

Parameters

Description

Like bson_string_append() but formats a printf style string and then appends that to string.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libbson