1BSON_STRDUPV_PRINTF(3)              libbson             BSON_STRDUPV_PRINTF(3)
2
3
4

SYNOPSIS

6          char *
7          bson_strdupv_printf (const char *format, va_list args) BSON_GNUC_PRINTF (1, 0);
8

PARAMETERS

10format: A printf style format string.
11
12args: A va_list.
13

DESCRIPTION

15       This  function  is  like bson_strdup_printf() except takes a va_list of
16       parameters.
17

RETURNS

19       A newly allocated string that should be freed with bson_free().
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023           BSON_STRDUPV_PRINTF(3)
Impressum