Introduce old redir program
[lcapit-junk-code.git] / pet-projects / DLW-1e / das / symbol_tbl.h
blob285d2901f0212c250ea7a14cc327aa902c8cd1d0
1 #ifndef _DAS_SYMBOL_TBL_H
2 #define _DAS_SYMBOL_TBL_H
4 /* sizes */
5 #define LABEL_LEN 12
7 /* exported functions */
8 int symbol_tbl_lookup(const char *name);
9 int symbol_tbl_insert(const char *name, int value, int line_nr);
10 void symbol_tbl_dump(void);
12 #endif /* _DAS_SYMBOL_TBL_H */