b64/input.h
Eric debab62506 remove getsxts for better function readb
Decoding input is read faster now.
With this, all options have been tuned to a reasonable degree.
2025-05-29 13:48:49 +02:00

9 lines
110 B
C

#ifndef INPUT_H
#define INPUT_H
#include <stdio.h>
int
readb(FILE *fp, unsigned char *s, int slen);
#endif