2.13. slist.h

slist_head - head structure for slist
slist_item - slist item structure
slist_inithead - initialise the head structure for an slist
slist_init - initialise an slist item structure
slist_add_front - add an item to the front of an slist
slist_get_front - Return the first item's data from the front of a list
slist_empty - Is an slist empty
slist_foreach - slist enumeration function.
slist_remove - remove item from an slist

Synopsis of function. macros and structures contained in slist.h