[go: up one dir, main page]

Menu

[897c37]: / lpc / lexical.h  Maximize  Restore  History

Download this file

23 lines (16 with data), 270 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef _LEXICAL_H
#define _LEXICAL_H
struct keyword
* lookup_predef(char *s),
* lookup_define(char *s)
;
int lookup_warnword(char *s),
yylex()
;
char * predef_by_num(int op)
;
void
refill(),
start_new_file(FILE *f)
;
#endif