Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ vw_printw(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fprintf(3S)

curses(3X)

mvprintw(3X)

curses(5)

stdarg(5)

vw_printw(3X)                                                 vw_printw(3X)

NAME
     vwprintw - print formatted output in window

SYNOPSIS
     cc [flag ...] file ... -lcurses [library ...]

     #include <stdarg.h>
     #include <curses.h>

     int vwprintw(WINDOW *, char *, valist varglist);

DESCRIPTION
     The vwprintw() function achieves the same effect as wprintw() using a
     variable argument list. The third argument is a valist, as defined in
     <stdarg.h> [see stdarg(5)].

RETURN VALUE
     Upon successful completion, vwprintw() returns OK. Otherwise, it
     returns ERR.

ERRORS
     No errors are defined.

NOTES
     The vwprintw() function is preferred over vwprintw(). The use of the
     vwprintw() and the vwprintw() 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
     fprintf(3S), curses(3X), mvprintw(3X), curses(5), stdarg(5).
























Page 1                       Reliant UNIX 5.44                Printed 11/98

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026