#include #include int putp(const char * str) { return tputs(str, 1, putchar); } /* XOPEN(400) LINK(curses) */