Name
fwscanf function — Reads formatted data
Synopsis
int fwscanf(FILE* stream, const wchar_t* format, . . . )
The fwscanf
function reads
wide input from stream
and
interprets it according to the conversion specifiers in format
. See fscanf
in <cstdio>
for more
information.