bson_strdup_printf (3) Linux Manual Page
bson_strdup_printf() – This function performs a printf style format but into a newly allocated string.
Synopsis
char *
bson_strdup_printf (const char *format,
…) BSON_GNUC_PRINTF (1, 2);
Parameters
- format
- A printf style format string.
