|
My library
Library for common tasks
|
#include <types.h>

Data Fields | |
| void * | data |
| Pointer to the value contained. More... | |
| struct node * | linked |
| The Node this Node is linked to. More... | |
Node type
Base component of every linked data type
| void* node::data |
Pointer to the value contained.