Mescal
|
Type used to represent a single cell inside a doubly linked list. More...
#include <type_dlist.h>
Public Attributes | |
uint | val |
The value of the cell (not meaningful if the cell is a sentinel). | |
struct dcell * | next |
Pointer to the next cell (NULL if this is the right sentinel). | |
struct dcell * | previous |
Pointer to the previous cell (NULL if this is the left sentinel). | |
Type used to represent a single cell inside a doubly linked list.