char *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_STRDUP_PRINTF(3)
Description
This function performs a printf style format but into a newly allocated string.
Parameters
• format: A printf style format string.
Returns
A newly allocated string that should be freed with bson_free().
Synopsis
char *
bson_strdup_printf (const char *format, ...);
