Stores a linked list, with sentinel links for head and tail. These sentinels contain dummy values. More...
#include <LinkedList.h>
Data Fields | |
| struct Link * | head |
| head of the linked list, a dummy sentinel | |
| struct Link * | tail |
| tail of the linked list, a dummy sentinel | |
Stores a linked list, with sentinel links for head and tail. These sentinels contain dummy values.
1.7.1