|
cu
|
Holds the reference to the head and tail of the list. More...
#include <list.h>
Data Fields | |
| listnode_t * | head |
| listnode_t * | tail |
| size_t | size |
Holds the reference to the head and tail of the list.
| listnode_t* head |
head of the list_t
| size_t size |
counts the node within the list_t
| listnode_t* tail |
tail of the list_t