Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
ipfilter
/
0d10a32004e3e1f2cb3319d027262e98bbf835d4
/
.
/
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
;
}