cdsa
Arena allocators and friends
Loading...
Searching...
No Matches
ListItem Struct Reference

Represents a single item of a list. More...

#include <list.h>

Data Fields

void * data
 Pointer to the item data.
 
ListItemnext
 Pointer to the next item.
 
ListItemprev
 Pointer to the previous item.
 

Detailed Description

Represents a single item of a list.


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