Name
wscanf function — Reads formatted wide data
Synopsis
int wscanf(const wchar_t* format, . . . )
The wscanf
function is
similar to scanf
in <cstdio>
, except it reads wide
characters, and the format
parameter is a wide string.
See Also
wfscanf
function, wsscanf
function, scanf
in <cstdio>