libcstl
|
Node to anchor an element within a list. More...
#include <dlist.h>
Node to anchor an element within a list.
Users of the list object declare this object within another object as follows:
When calling cstl_dlist_init(), the caller passes the offset of node
within their object as the off
parameter of that function, e.g.