vfwscanf
int vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);
PROTO_NORMAL(vfwscanf);
r = vfwscanf(fp, fmt, ap);
DEF_STRONG(vfwscanf);
return (vfwscanf(stdin, fmt, ap));
r = vfwscanf(stdin, fmt, ap);