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