1570af302Sopenharmony_ci#include <stdio.h>
2570af302Sopenharmony_ci#include <wchar.h>
3570af302Sopenharmony_ci
4570af302Sopenharmony_ciint vwprintf(const wchar_t *restrict fmt, va_list ap)
5570af302Sopenharmony_ci{
6570af302Sopenharmony_ci	return vfwprintf(stdout, fmt, ap);
7570af302Sopenharmony_ci}
8