C Tool Box 0.1.0
|
Doubly linked list data structure. More...
#include <ctb_DList.h>
Data Fields | |
ctb_DNode_t * | first |
ctb_DNode_t * | last |
size_t | size |
Doubly linked list data structure.
ctb_DNode_t* ctb_DList::first |
Pointer to the first node
ctb_DNode_t* ctb_DList::last |
Pointer to the last node
size_t ctb_DList::size |
Number of nodes