Next: 8.8 Options
Up: 8.7 Input
Previous: 8.7 Input
- int scanw(fmt, ...)
int wscanw(win, fmt, ...)
int mvscanw(y, x, fmt, ...)
int mvwscanw(win, y, x, fmt, ...)
int vwscanw(win, fmt, va_list)
These are similar to scanf(...) from (see
section 8.1.2 on page ). wgetstr(...) is called
and the results will be used as input for the scan.
Converted on:
Fri Mar 29 14:43:04 EST 1996