BeRTOS
|
This structure represents a node for bidirectional lists. More...
#include <list.h>
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.