|
VMS Help CRTL, [w]scanw *Conan The Librarian |
Perform a scanf on the window. The scanw function acts on the
stdscr window.
Format
#include <curses.h>
int scanw (char *format_spec, . . . );
int wscanw (WINDOW *win, char *format_spec, . . . );
Additional Information (explode) :
|
|