|
Libft
42 Libft library documentation
|
#include <types.h>
Collaboration diagram for s_list:Data Fields | |
| void * | content |
| struct s_list * | next |
| void* s_list::content |
Definition at line 5 of file types.h.
Referenced by ft_lstdelone(), ft_lstiter(), ft_lstmap(), and ft_lstnew().
| struct s_list* s_list::next |
Definition at line 6 of file types.h.
Referenced by ft_lstadd_back(), ft_lstclear(), ft_lstiter(), ft_lstlast(), ft_lstmap(), ft_lstnew(), and ft_lstsize().