Lely core libraries
2.3.4
|
A node in a doubly-linked list. More...
#include <dllist.h>
Data Fields | |
struct dlnode * | prev |
A pointer to the previous node in the list. | |
struct dlnode * | next |
A pointer to the next node in the list. | |
A node in a doubly-linked list.
To associate a value with a node, embed the node in a struct containing the value and use structof() to obtain the struct from the node.