| 
    cdsa
    
   Arena allocators and friends 
   | 
 
Represents a single item of a list. More...
#include <list.h>
Data Fields | |
| void * | data | 
| Pointer to the item data.  | |
| ListItem * | next | 
| Pointer to the next item.  | |
| ListItem * | prev | 
| Pointer to the previous item.  | |
Represents a single item of a list.