libcstl
|
List object. More...
#include <slist.h>
List object.
Callers declare or allocate an object of this type to instantiate a list. Users are encouraged to declare (and initialize) this object with the DECLARE_CSTL_SLIST() macro. Any other declaration or allocation must be initialized via cstl_slist_init().