swscanf
extern int swscanf(const wchar_t *wcs, const wchar_t *format, ...);
weak_alias (__swscanf, swscanf)
extern int swscanf (__const wchar_t *__restrict __s,
if (swscanf(tests[n].arg, tests[n].fmt, buf) != tests[n].retval) {
if (swscanf(tests[n].arg, tests[n].wfmt, wbuf) != tests[n].retval) {
n = swscanf (in, L"%d + %d is %d", &a, &b, &c);
n = swscanf (L"one two three !!", L"%s %S %s %c%C",