SYNOPSIS
#include <curses.h>
int scanw(char *fmt [, arg] ...);
int wscanw(WINDOW *win, char *fmt [, arg] ...);
int mvscanw(int y, int x, char *fmt [, arg] ...);
int mvwscanw(WINDOW *win, int y, int x, char *fmt [, arg] ...);
int vwscanw(WINDOW *win, char *fmt, va_list varglist);
DESCRIPTION
The
The
RETURN VALUES
Applications may use the return value from the
PORTABILITY
The XSI Curses standard, Issue 4 describes these functions. The function
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
curs_getstr() ,curs_printw() ,curses() ,scanf()
PTC MKS Toolkit 10.4 Documentation Build 39.