7 lines
96 B
C
7 lines
96 B
C
#include "parse.h"
|
|
|
|
void bs_seterrorstate(struct bytestream* b) {
|
|
b->cur = 1;
|
|
b->max = 0;
|
|
}
|