1BSON_STRDUP_PRINTF(3) libbson BSON_STRDUP_PRINTF(3)
23
4
SYNOPSIS
6char *
7bson_strdup_printf (const char *format, ...) BSON_GNUC_PRINTF (1, 2);
8
PARAMETERS
10• format: A printf style format string.
11
DESCRIPTION
13This function performs a printf style format but into a newly allocated
14string.
15
RETURNS
17A newly allocated string that should be freed with bson_free().
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 BSON_STRDUP_PRINTF(3)