Libft
 
Loading...
Searching...
No Matches
ft_lstdelone_bonus.c File Reference
#include "libft.h"
#include <stdlib.h>
Include dependency graph for ft_lstdelone_bonus.c:

Functions

void ft_lstdelone (t_list *lst, void(*del)(void *))
 Free the memory of the element passed as a parameter using the function 'del' and free(3). The memory of next must not be freed.