|
Lely core libraries 2.3.2
|
A node in a singly-linked list. More...
#include <sllist.h>

Data Fields | |
| struct slnode * | next |
| A pointer to the next node in the list. | |
A node in a singly-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.