#include #include #include #include "mingw_swformat.h" int __mingw_vfwscanf (FILE *s, const wchar_t *format, va_list argp) { _IFPW ifp = { .fp = s }; return __mingw_swformat (&ifp, format, argp); }