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