ack/lang/occam/comp/token.h

12 lines
146 B
C
Raw Normal View History

1987-02-24 17:05:53 +00:00
/* token.h */
extern struct token {
long t_lval;
char *t_sval;
} token;
extern ind;
void repeat_token();
char *tokenname();
int tabulated();