wscanf - convert formatted wide-character input
#include <stdio.h> #include <wchar.h> int wscanf(const wchar_t *format, ... );
Refer to fwscanf().
Derived from the ISO/IEC 9899:1990/Amendment 1:1995 (E).