Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ vw_scanw(3X) — HP-UX 10.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

vw_scanw(3X)

ENHANCED CURSES

NAME

vw_scanw — convert formatted input from a window (TO BE WITHDRAWN)

SYNOPSIS

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

int vw_scanw(WINDOW *win, char *fmt, va_list varglist);

DESCRIPTION

The vw_scanw() function achieves the same effect as wscanw() using a variable argument list.  The third argument is a va_list, as defined in <stdarg.h>

RETURN VALUE

Upon successful completion, vw_scanw() returns OK.  Otherwise, it returns ERR. 

ERRORS

No errors are defined. 

SEE ALSO

fscanf() (in the X/Open System Interfaces and Headers, Issue 4, Version 2 specification ), mvscanw(), <curses.h>, <stdarg.h> (in the X/Open System Interfaces and Headers, Issue 4, Version 2 specification ). 

CHANGE HISTORY

First released in X/Open Curses, Issue 4. 

Hewlett-Packard Company  —  HP-UX Release 10.20:  July 1996

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