![]() |
tgrekov-ft_printf
HIVE printf Feb 2024
|
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 |