#ifndef INPUT_H #define INPUT_H #include <stdio.h> int readb(FILE *fptr, unsigned char *buf, int bufsize); #endif