1BSON_STRING_APPEND_PRINTF(3)        libbson       BSON_STRING_APPEND_PRINTF(3)
2
3
4

SYNOPSIS

6          void
7          bson_string_append_printf (bson_string_t *string, const char *format, ...)
8             BSON_GNUC_PRINTF (2, 3);
9

PARAMETERS

11string: A bson_string_t.
12
13format: A printf style format string.
14

DESCRIPTION

16       Like  bson_string_append()  but  formats a printf style string and then
17       appends that to string.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023     BSON_STRING_APPEND_PRINTF(3)
Impressum