remove getsxts for better function readb

Decoding input is read faster now.
With this, all options have been tuned to a reasonable degree.
This commit is contained in:
Eric 2025-05-29 01:24:37 +02:00
parent 0a4a98390d
commit debab62506
3 changed files with 23 additions and 13 deletions

View file

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