#include #include "_curses.h" int whline_set(WINDOW * win, const cchar_t * wch, int n) { return 0; } CURSES_FUNCTION2(int, hline_set, const cchar_t *, int) /* XOPEN(400) LINK(curses) */