#include #include "stdarg.h" int mvwprintw(WINDOW * win, int y, int x, const char * fmt, ...) { return ERR; } /* XOPEN(4) LINK(curses) */