![]() ![]() | ![]() |
version 1.12, 2022/03/29 21:15:15 | version 1.15, 2022/04/03 13:52:00 | ||
---|---|---|---|
|
|
||
#include "log.h" | #include "log.h" | ||
static struct file { | static struct file { | ||
FILE *stream; | FILE *stream; | ||
char *name; | char *name; | ||
size_t ungetpos; | size_t ungetpos; | ||
size_t ungetsize; | size_t ungetsize; | ||
u_char *ungetbuf; | u_char *ungetbuf; | ||
int eof_reached; | int eof_reached; | ||
int lineno; | int lineno; | ||
} *f; | } *f; | ||
int lookup(char *); | int lookup(char *); | ||
|
|
||
return (-1); | return (-1); | ||
} | } | ||
yyparse(); | yyparse(); | ||
// setup | // setup | ||