#ifndef OUTPUT_H #define OUTPUT_H #include char printw(FILE *fp, unsigned char *s, int slen); #endif