C Tool Box 0.1.0
Loading...
Searching...
No Matches
ctb_DNode Struct Reference

Doubly linked node data structure. More...

#include <ctb_DNode.h>

Data Fields

ctb_DNode_tnext
 
ctb_DNode_tprev
 

Detailed Description

Doubly linked node data structure.

Field Documentation

◆ next

ctb_DNode_t* ctb_DNode::next

Pointer to the next node

◆ prev

ctb_DNode_t* ctb_DNode::prev

Pointer to the previous node


The documentation for this struct was generated from the following file: