#include <stdio.h>
int vsprintf (char *s, const, char *format, va_list arg);
int vsprintf
The vsprintf function is supported as specified in ANSI C 7.9.6.9.
The vsprintf function returns the number of characters printed.