packages feed

hetris-0.1: wrap.c

#include <curses.h>

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