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