char *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_STRDUPV_PRINTF(3)
Description
This function is like bson_strdup_printf() except takes a va_list of parameters.
Parameters
• format: A printf style format string.
• args: A va_list.
Returns
A newly allocated string that should be freed with bson_free().
Synopsis
char *
bson_strdupv_printf (const char *format, va_list args);
