#include #include "_curses.h" int wclear(WINDOW * win) { return ERR; } CURSES_WFN0(int, clear) /* XOPEN(4) LINK(curses) */