struct for the node of DList More...
#include <include/dlist.h>
struct for the node of DList
Definition at line 251 of file dlist.h.
Store symbol type.
Definition at line 253 of file dlist.h.
Pointer to the next (nxt) node.
Definition at line 257 of file dlist.h.
Pointer to the previous (prv) node.
Definition at line 255 of file dlist.h.