Crater Container Library 0.2.0
|
|
A circular linked list node, or an entire circular linked list by synecdoche Note that a pointer to the LAST node is typically passed around, because last->next gets the first node. More...
Data Fields | |
cr8r_cll_node * | next |
pointer to the next node in the list | |
char | data [] |
flexible length array holding element | |
A circular linked list node, or an entire circular linked list by synecdoche Note that a pointer to the LAST node is typically passed around, because last->next gets the first node.
Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient