VMS Help  —  CRTL  [w]addstr
    Add the string pointed to by str to the window at the current
    position of the cursor.

    Format

      #include  <curses.h>

      int addstr  (char *str);

      int waddstr  (WINDOW *win, char *str);
Additional Information: explode extract
Arguments Description Return Values
Close Help