HP-UX Reference (11i v3 07/02) - 3 Library Functions N-Z (vol 7)

v
vw_printw(3X) vw_printw(3X)
(ENHANCED CURSES)
NAME
vw_printw() - print formatted output in window (TO BE WITHDRAWN)
SYNOPSIS
#include <stdarg.h> #include <curses.h>
int vw_printw(WINDOW *win, char *fmt, va_list varglist);
DESCRIPTION
The vw_printw() function achieves the same effect as
wprintw() using a variable argument list. The
third argument is a va_list, as defined in
<stdarg.h> .
RETURN VALUE
Upon successful completion,
vw_printw() returns OK. Otherwise, it returns ERR.
ERRORS
No errors are defined.
SEE ALSO
mvprintw(3X), fprintf() (in the X/Open System Interfaces and Headers, Issue 4, Version 2 specification ),
<curses.h>, <stdarg.h> (in the X/Open System Interfaces and Headers, Issue 4, Version 2 specification).
HP-UX 11i Version 3: February 2007 1 Hewlett-Packard Company 637