|
libdict
Data Structure C Library
|

Data Fields | |
| void * | key |
| void * | datum |
| hash_node * | next |
| hash_node * | prev |
| unsigned | hash |
Definition at line 47 of file hashtable.c.
| void * datum |
Definition at line 49 of file hashtable.c.
| unsigned hash |
Definition at line 54 of file hashtable.c.
| void * key |
Definition at line 48 of file hashtable.c.
| hash_node* next |
Definition at line 50 of file hashtable.c.
| hash_node* prev |
Definition at line 53 of file hashtable.c.