libft
Loading...
Searching...
No Matches
ft_lstclear.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

void ft_lstclear (t_list **lst, void(*del)(void *))
 Clear list.
 

Function Documentation

◆ ft_lstclear()

void ft_lstclear ( t_list **  lst,
void(*)(void *)  del 
)

Clear list.

Parameters
lst
del

Definition at line 15 of file ft_lstclear.c.