Checkpoint.
This commit is contained in:
parent
5f1cf8e6fb
commit
b237df90f9
19 changed files with 324 additions and 283 deletions
|
|
@ -13,6 +13,7 @@ void ifdef(void);
|
|||
void include(void);
|
||||
void delim(void);
|
||||
|
||||
int
|
||||
yylex(void)
|
||||
{
|
||||
register int c;
|
||||
|
|
@ -144,6 +145,7 @@ void getstr(char *s, int n)
|
|||
yylval = (int) s;
|
||||
}
|
||||
|
||||
int
|
||||
cstr(char *s, int quote, int maxs)
|
||||
{
|
||||
int del, c, i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue