#include "symbol.h"
#include "alloc.h"
#include "error.h"
#include <string.h>
#include <stdlib.h>
Include dependency graph for libutil/symbol.c:
Defines | |
#define | MAXENTRYSIZE 128 |
Functions | |
symboltable * | newsymboltable (size) |
int | addsymbol (register symboltable *a, register int *str) |
int | searchsymbol (symboltable *a, char *str) |
void | symbolcut (symboltable *a, int i) |
|
|
|
|
|
|
|
|
|
|