cr8r_cll_node Struct Reference

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_nodenext
 pointer to the next node in the list
 
char data []
 flexible length array holding element
 

Detailed Description

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

Definition at line 27 of file cll.h.


The documentation for this struct was generated from the following file: