1BSON_STRDUPV_PRINTF(3) libbson BSON_STRDUPV_PRINTF(3)
2
3
4
6 bson_strdupv_printf - bson_strdupv_printf()
7
9 char *
10 bson_strdupv_printf (const char *format, va_list args) BSON_GNUC_PRINTF (1, 0);
11
13 • format: A printf style format string.
14
15 • args: A va_list.
16
18 This function is like bson_strdup_printf() except takes a va_list of
19 parameters.
20
22 A newly allocated string that should be freed with bson_free().
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.23.1 Oct 20, 2022 BSON_STRDUPV_PRINTF(3)