#include #include "_curses.h" int wgetch(WINDOW * win) { return 0; } CURSES_FUNCTION0(int, getch) /* XOPEN(4) LINK(curses) */