A double linked list structure. The data_element field can point to any data structure. More...
Data Fields | |
struct hlelement * | next |
struct hlelement * | prev |
void * | data_element |
A double linked list structure. The data_element field can point to any data structure.
Definition at line 19 of file hlist.c.