logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       Like bson_snprintf() but allows for variadic parameters.

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.

Returns

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

Synopsis

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

See Also