move bs_err into own C file
parent
acee16d884
commit
f63eb1d9c5
@ -0,0 +1,6 @@
|
||||
#include "parse.h"
|
||||
|
||||
int bs_err(struct bytestream* bs) {
|
||||
return (bs->cur > bs->max);
|
||||
}
|
||||
|
Loading…
Reference in New Issue