#include #include "_curses.h" int wgetnstr(WINDOW * win, char * str, int n) { return 0; } CURSES_FUNCTION2(int, getnstr, char *, int) /* XOPEN(4) LINK(curses) */