squareball
0.2.0.53-dd5b
A general-purpose library for C99
|
#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 |
Next node from the list.