_Node Struct Reference
This structure represents a node for bidirectional lists. More...
#include <list.h>
Detailed Description
This structure represents a node for bidirectional lists.Data is usually appended to nodes by making them the first field of another struture, as a poor-man's form of inheritance.
Definition at line 51 of file list.h.
The documentation for this struct was generated from the following file:
