add bs_seterrorstate
parent
606a282145
commit
235dfb18cd
@ -0,0 +1,6 @@
|
|||||||
|
#include "parse.h"
|
||||||
|
|
||||||
|
void bs_seterrorstate(struct bytestream* b) {
|
||||||
|
b->cur = 1;
|
||||||
|
b->max = 0;
|
||||||
|
}
|
Loading…
Reference in New Issue