1BSON_STRING_APPEND_PRINTF(3) libbson BSON_STRING_APPEND_PRINTF(3)
2
3
4
6 bson_string_append_printf - bson_string_append_printf()
7
9 void
10 bson_string_append_printf (bson_string_t *string, const char *format, ...)
11 BSON_GNUC_PRINTF (2, 3);
12
14 · string: A bson_string_t.
15
16 · format: A printf style format string.
17
19 Like bson_string_append() but formats a printf style string and then
20 appends that to string.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.17.4 Feb 04, 2021 BSON_STRING_APPEND_PRINTF(3)