#include #include #include #include WINDOW *create_newwin(int height, int width, int starty, int startx); void destroy_win(WINDOW *local_win);