Inputs data from the standard input file (stdin) and converts it according to a format.
long wscanf(const wchar_t *control [, ptr]...);
control Pointer to wide string indicating format
ptr,... Pointer to storage area that stores input and converted data
Normal: Number of data items successfully input and converted
The wscanf function is the wide-character version of the scanf function.