aboutsummaryrefslogtreecommitdiffstats
path: root/io/vwscanf.c
blob: 9b74b2f249571ecb09c91db3b6f7a1886350a46a (plain) (blame)
1
2
3
4
5
6
#include "io.h"

int vwscanf(wchar_t const *restrict format, va_list arg)
{
	return _vfwscanf_wrap(_stdstream_wrap(stream_input), format, arg);
}