vwscanw(3X) vwscanw(3X)
NAME
vwscanw - convert formatted input from a window
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <varargs.h>
#include <curses.h>
int vwscanw(WINDOW *, char *, valist varglist);
DESCRIPTION
The vwscanw() function achieves the same effect as wscanw() using a
variable argument list. The third argument is a valist, as defined in
<varargs.h> [see varargs(5)].
RETURN VALUE
Upon successful completion, vwscanw() returns OK. Otherwise, it
returns ERR.
ERRORS
No errors are defined.
NOTES
The vwscanw() function is deprecated because it relies on deprecated
functions in the XSH specification. The vwscanw() function is pre-
ferred. The use of the vwscanw() and the vwscanw() functions in the
same file will not work, due to the requirement to include varargs.h
and stdarg.h which both contain definitions of valist.
SEE ALSO
fscanf(3S), curses(3X), mvscanw(3X), vwscanw(3X), curses(5),
varargs(5).
Page 1 Reliant UNIX 5.44 Printed 11/98