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