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

       This function is like bson_strdup_printf() except takes a va_list of parameters.

Parameters

format: A printf style format string.

       • args: A va_list.

Returns

       A newly allocated string that should be freed with bson_free().

Synopsis

          char *
          bson_strdupv_printf (const char *format, va_list args);

See Also