#include void w_getmaxyx(WINDOW *w, int *y, int *x) { getmaxyx(w, *y, *x); }