1570af302Sopenharmony_ci#include <stdio.h>
2570af302Sopenharmony_ci
3570af302Sopenharmony_ciint vprintf(const char *restrict fmt, va_list ap)
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci	return vfprintf(stdout, fmt, ap);
6570af302Sopenharmony_ci}
7