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

  
 
  

home | help
BSON_SNPRINTF(3)		     libbson			BSON_SNPRINTF(3)

SYNOPSIS
	int
	bson_snprintf (char *str, size_t size, const char *format, ...);

PARAMETERS
     * str: The destination buffer.

     * size: The size of str.

     * format: A printf style format string.

DESCRIPTION
     This  is  a portable wrapper around snprintf(). It also enforces a trailing
     \0 in the resulting string.

RETURNS
     The number of bytes written to str.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026			BSON_SNPRINTF(3)

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

home | help