|
YALLIC - Yet Another Linked List Implementation in C
|
Public Attributes | |
| void * | data |
| struct __linked_list_node_t * | next |
| void* __linked_list_node_t::data |
Pointer to the underlying node data.
| struct __linked_list_node_t* __linked_list_node_t::next |
Pointer to the next linked list node.
1.8.14