|
MGE General C Library - API Documentation v1.9.0
Library of general C functions.
|
Doubly linked list node. More...
#include <dllist.h>

Data Fields | |
| void * | object |
| The object attached to the node. | |
| struct dllistnode * | prevnode |
| The preceding node. | |
| struct dllistnode * | nextnode |
| The subsequent node. | |
Doubly linked list node.
| struct dllistnode* nextnode |
The subsequent node.
| void* object |
The object attached to the node.
| struct dllistnode* prevnode |
The preceding node.