blob: ad712031af0e75c34ef8fa6f0bff43adf0a0852c [file] [log] [blame]
#include <stdio.h>
int vprintf(const char* restrict fmt, va_list ap) { return vfprintf(stdout, fmt, ap); }