#include #include "stdarg.h" int vw_scanw(WINDOW * win, const char * fmt, va_list varglist) { return ERR; } /* XOPEN(400) LINK(curses) */