Data Fields | |
node_l * | next |
void * | data |
Definition at line 36 of file list.h.
Definition at line 37 of file list.h.
Referenced by list_copy(), list_foreach(), list_get(), list_insert(), list_join(), list_move(), list_pop(), list_print(), list_push(), list_realloc(), list_remove(), list_size(), list_sort(), list_split(), and list_sub().
void* node_l::data |
Definition at line 38 of file list.h.
Referenced by list_copy(), list_foreach(), list_get(), list_pop(), list_print(), list_push(), list_realloc(), and list_remove().