Everything

vswscanf


Inputs data from the specified storage area and converts it according to a format.

[Format]

#include <stdarg.h>

#include <wchar.h>

long vswscanf(const wchar_t *restrict s, const wchar_t *restrict control, va_list arg);

[Parameters]

s Storage area containing data to be input

control Pointer to wide string indicating format

arg Parameter list

[Return values]

Normal: Number of data items successfully input and converted

Abnormal: EOF