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