Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
ipfilter
/
6e0687ad3cc171ac63438a69eed7c4f075c11638
/
.
/
lib
/
resetlexer.c
blob: d16a05e0ba39cad8df7e93d3f4037f30334edd13 [
file
] [
log
] [
blame
] [
raw
]
#include
"ipf.h"
long
string_start
=
-
1
;
long
string_end
=
-
1
;
char
*
string_val
=
NULL
;
long
pos
=
0
;
void
resetlexer
()
{
string_start
=
-
1
;
string_end
=
-
1
;
string_val
=
NULL
;
pos
=
0
;
}