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