#include <stdlib.h>#include <stdio.h>#include <string.h>#include "error.h"#include "mono.h"#include "hash.h"#include "key.h"#include "u_mem.h"#include "strutil.h"Functions | |
| int | hashtable_init (hashtable *ht, int size) |
| void | hashtable_free (hashtable *ht) |
| int | hashtable_getkey (char *key) |
| int | hashtable_search (hashtable *ht, char *key) |
| void | hashtable_insert (hashtable *ht, char *key, int value) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
1.4.6