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

Data Fields | |
| void * | object |
| Attached object. | |
| struct sllistnode * | next |
| The subsequent node. | |
Singly linked list node.
| struct sllistnode* next |
The subsequent node.
| void* object |
Attached object.