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

Go to the source code of this file.

Functions

t_listft_lstmap (t_list *lst, void *(*f)(void *), void(*del)(void *))
 List map.
 

Function Documentation

◆ ft_lstmap()

t_list * ft_lstmap ( t_list lst,
void *(*)(void *)  f,
void(*)(void *)  del 
)

List map.

Parameters
lst
f
del
Returns
t_list*

Definition at line 15 of file ft_lstmap.c.