bson_snprintf (3) Linux Manual Page
bson_snprintf() – This is a portable wrapper around snprintf(). It also enforces a trailing
Synopsis
int
bson_snprintf (char *str,
size_t size,
const char *format,
…) BSON_GNUC_PRINTF (3, 4);Parameters
Description
This is a portable wrapper around snprintf(3) \&. It also enforces a trailing \0 in the resulting string.
