mirror of /home/gitosis/repositories/libowfat.git
parent
da6046bc71
commit
36059b066a
@ -0,0 +1,6 @@
|
||||
#include "parse.h"
|
||||
|
||||
int bs_err(struct bytestream* bs) {
|
||||
return (bs->cur > bs->max);
|
||||
}
|
||||
|
Loading…
Reference in new issue