VMS Help  —  CRTL  [w]scanw
    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 extract
Arguments Description Return Values
Close Help