#include int vprintf(const char *restrict format, va_list ap) { return vfprintf(stdout, format, ap); }