#ifndef OUTPUT_H #define OUTPUT_H #include char printw(FILE *fptr, unsigned char *buf, int bufsize); #endif