Structure for linked list. More...
#include <libft.h>
Data Fields | |
void * | content |
struct s_list * | next |
Structure for linked list.
void* s_list::content |
Pointer to the data stored in the node
struct s_list* s_list::next |
Pointer to the next node in the list