#include <list.h>
Data Fields | |
LINKABLE | head |
first element of the list: this is a dummy element | |
LINKABLE | tail |
last element of the list: this is a dummy element |
This is the starting point of the list of your elements. This data point to both the first and the last element of the list.
first element of the list: this is a dummy element
last element of the list: this is a dummy element