#include <squareball/sb-slist.h>
Data Fields | |
struct _sb_slist_t * | next |
void * | data |
Singly-linked list node structure.
void* sb_slist_t::data |
Pointer to data stored in the current list node.
struct _sb_slist_t* sb_slist_t::next [read] |
Next node from the list.