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