|
libnds
|
A node of the linked list. More...
#include <linkedlist.h>
Data Fields | |
| void * | data |
| A pointer to some data. | |
| struct LinkedList * | next |
| A pointer to the next node. | |
| struct LinkedList * | prev |
| A pointer to the previous node. | |
A node of the linked list.