Stores data and pointers to next and previous links. More...
#include <LinkedList.h>
Data Fields | |
| void * | data |
| arbitrary data stored in the link | |
| struct Link * | next |
| the previous link in the chain | |
| struct Link * | prev |
| the next link in the chain | |
Stores data and pointers to next and previous links.
| void* data |
arbitrary data stored in the link
1.7.1