#include <stdio.h> #include <stdarg.h> int vsprintf(char *buffer, const char *format, va_list arguments);
Sends formatted output from the arguments to the buffer. See section printf. See section vfprintf.
The number of characters written.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.