#include #include #include int vwscanf(const wchar_t * restrict format, va_list arg) { return vfwscanf(stdin, format, arg); } /* STDC(199901) */