Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > V

vw_scanw(3X)

ENHANCED CURSES
HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

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

mvscanw(3X), fscanf(3S) (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).

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.