embedded-software
reusable software modules for embedded systems
|
#include <list.h>
Data Fields | |
void * | item_ptr |
item_ptr More... | |
struct list_link_t * | next |
next More... | |
struct list_link_t * | previous |
previous More... | |
void* item_ptr |
item_ptr
struct list_link_t* next |
next
struct list_link_t* previous |
previous