|
libdict
Data Structure C Library
|

Data Fields | |
| hashtable * | table |
| hash_node * | node |
| unsigned | slot |
Definition at line 65 of file hashtable.c.
| hash_node* node |
Definition at line 67 of file hashtable.c.
| unsigned slot |
Definition at line 68 of file hashtable.c.
| hashtable* table |
Definition at line 66 of file hashtable.c.