increase readability of input.{c,h}

This commit is contained in:
Eric 2025-06-12 11:32:47 +02:00
parent 59bd416dc7
commit 99c88949ac
2 changed files with 23 additions and 20 deletions

View file

@ -4,6 +4,6 @@
#include <stdio.h>
int
readb(FILE *fp, unsigned char *s, int slen);
readb(FILE *fptr, unsigned char *buf, int bufsize);
#endif