EzC
Data Fields
ezc_list Struct Reference

List item structure. More...

#include <ezc_list.h>

Data Fields

void * data
 
struct ezc_listnext
 

Detailed Description

List item structure.

Because the first block stores the data, list items can in theory be case to the desired type, i.e. (char *) item. In practice, however, this is not recommended, do item->data instead.

Field Documentation

◆ data

void* ezc_list::data

Pointer storing item's data.

◆ next

struct ezc_list* ezc_list::next

Pointer to next item in list.


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