Sign in
mingw
/
mingw-w64
/
0804a2317ef912e53b73dc28d14347e2e0bfced6
/
.
/
mingw-w64-crt
/
stdio
/
mingw_vfwscanf.c
blob: ddfe47a8548deea9aff8c6b27002047182dd01fc [
file
]
#include
<stdarg.h>
#include
<stdio.h>
#include
<string.h>
#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
);
}