One instance of this structure points to one list of elements. More...
Data Fields | |
int | elements_num |
struct hlelement * | first |
Number of elements in the list. | |
struct hlelement * | last |
Points to the first element in the list. |
One instance of this structure points to one list of elements.
Definition at line 12 of file hlist.c.