43 extern void *
lookup(
const char *
key,
hel *hashtab[],
int size),
44 *
search(
const char *
key,
hel *hashtab[],
int size,
bool init),
45 *
enter(
const char *
key,
hel *hashtab[],
int size,
void *entry),
void * lookup(const char *key, hel *hashtab[], int size)
void * enter(const char *key, hel *hashtab[], int size, void *entry)
void * search(const char *key, hel *hashtab[], int size, bool init)
void * erase(const char *key, hel *hashtab[], int size)