DOKK / manpages / debian 13 / libbson-doc / bson_string_append_printf.3.en
BSON_STRING_APPEND_PRINTF(3) libbson BSON_STRING_APPEND_PRINTF(3)

WARNING:

Deprecated since version 1.29.0.



void
bson_string_append_printf (bson_string_t *string, const char *format, ...);


  • string: A bson_string_t.
  • format: A printf style format string.

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

WARNING:

The length of the resulting string (including the NULL terminator) MUST NOT exceed UINT32_MAX.


MongoDB, Inc

2009-present, MongoDB, Inc.

May 7, 2025 1.30.4