increase readability of input.{c,h}
This commit is contained in:
parent
59bd416dc7
commit
99c88949ac
2 changed files with 23 additions and 20 deletions
2
input.h
2
input.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue