#include <string.h>
#include <stdlib.h>
#include "symbol.h"
#include "symboldef.h"
#include "util.h"
Include dependency graph for comp/symbol.c:
Functions | |
symboltable * | newsymboltable (int size) |
void | addsymbol (symboltable *table, char *item) |
char * | searchsymbol1 (symboltable *t, char *str) |
int | searchsymbol2 (symboltable *t, char *str) |
|
|
|
|
|
|
|
|