1BSON_STRDUP_PRINTF(3)               libbson              BSON_STRDUP_PRINTF(3)
2
3
4

NAME

6       bson_strdup_printf - bson_strdup_printf()
7

SYNOPSIS

9          char *
10          bson_strdup_printf (const char *format, ...) BSON_GNUC_PRINTF (1, 2);
11

PARAMETERS

13format: A printf style format string.
14

DESCRIPTION

16       This function performs a printf style format but into a newly allocated
17       string.
18

RETURNS

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

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.23.1                           Oct 20, 2022            BSON_STRDUP_PRINTF(3)
Impressum