#include #include "stddef.h" SCREEN * newterm(const char * type, FILE * outfile, FILE * infile) { return NULL; } /* XOPEN(4) LINK(curses) */