b64/input.h
2025-06-12 11:32:47 +02:00

9 lines
117 B
C

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