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:
parent
0a4a98390d
commit
debab62506
3 changed files with 23 additions and 13 deletions
2
input.h
2
input.h
|
@ -4,6 +4,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int
|
||||
getsxts(FILE *fp, unsigned char *s);
|
||||
readb(FILE *fp, unsigned char *s, int slen);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue