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