|
Zycore 1.5.2
Zyan Core Library for C
|
Defines the ZyanListNode struct. More...
#include <List.h>
Data Fields | |
| struct ZyanListNode_ * | prev |
| A pointer to the previous list node. | |
| struct ZyanListNode_ * | next |
| A pointer to the next list node. | |
Defines the ZyanListNode struct.
All fields in this struct should be considered as "private". Any changes may lead to unexpected behavior.
| struct ZyanListNode_* next |
A pointer to the next list node.
| struct ZyanListNode_* prev |
A pointer to the previous list node.