|
cu
|
#include <list.h>
Data Fields | |
| void * | data |
| struct listnode_t * | next |
| struct listnode_t * | prev |
node of the dopply linked list
| void* data |
data a node
| struct listnode_t* next |
reference to the next node
| struct listnode_t* prev |
reference to the previous node