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, . . . );