C Tool Box 0.1.0
|
Doubly linked node data structure. More...
#include <ctb_DNode.h>
Data Fields | |
ctb_DNode_t * | next |
ctb_DNode_t * | prev |
Doubly linked node data structure.
ctb_DNode_t* ctb_DNode::next |
Pointer to the next node
ctb_DNode_t* ctb_DNode::prev |
Pointer to the previous node