Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_VSNPRINTF(3)		     libbson		       BSON_VSNPRINTF(3)

SYNOPSIS
	int
	bson_vsnprintf (char *str, size_t size, const char *format, va_list ap);

PARAMETERS
     * str: A location for the resulting string.

     * size: The size of str in bytes.

     * format: A printf style format string.

     * ap: A va_list of parameters for the format.

DESCRIPTION
     Like bson_snprintf() but allows for variadic parameters.

RETURNS
     The number of bytes written to str excluding the \0 byte.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		       BSON_VSNPRINTF(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_vsnprintf&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help