MGE General C Library - Full Internal Documentation
v1.7.4
Library of general C functions.
|
Doubly linked list node. More...
#include <dllist.h>
Data Fields | |
void * | object |
The object attached to the node. More... | |
struct dllistnode * | prevnode |
The preceding node. More... | |
struct dllistnode * | nextnode |
The subsequent node. More... | |
Doubly linked list node.
struct dllistnode* nextnode |
The subsequent node.
void* object |
The object attached to the node.
struct dllistnode* prevnode |
The preceding node.