#include <src/std/c_list.h>
The list can hold any kind of data.
Definition at line 57 of file c_list.h.
Data Fields | |
void * | data |
struct c_list_s * | next |
struct c_list_s * | prev |
void* c_list_s::data |
struct c_list_s* c_list_s::next [read] |
struct c_list_s* c_list_s::prev [read] |