vwscanf(3S) vwscanf(3S)
NAME
vwscanf(), vfwscanf(), vswscanf() - convert formatted wide-character input of a stdarg argument list
SYNOPSIS
DESCRIPTION
The and functions are equivalent to the and functions respectively, except that instead of being called with a variable number of argu-
ments, they are called with an argument list pointer ap of type va_list as defined by
These functions do not invoke the macro. However, since these functions invoke the macro, the value of ap after the return is indetermi-
nate.
APPLICATION USAGE
Applications using these functions should call afterwards to clean up.
AUTHOR
and were developed by HP.
SEE ALSO
fwscanf(3C), stdarg(5), thread_safety(5).
vwscanf(3S)