tgrekov-libft
HIVE libft Oct 2023
|
Linked list node. More...
#include <libft.h>
Data Fields | |
void * | content |
void* to the node's contents. | |
struct s_list * | next |
Pointer to the next node. | |
s_list::next |