move bs_err into own C file
This commit is contained in:
parent
acee16d884
commit
f63eb1d9c5
6
buffer/bs_err.c
Normal file
6
buffer/bs_err.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include "parse.h"
|
||||
|
||||
int bs_err(struct bytestream* bs) {
|
||||
return (bs->cur > bs->max);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user