|
libft
|
#include "libft.h"
Include dependency graph for ft_lstmap.c:Go to the source code of this file.
Functions | |
| t_list * | ft_lstmap (t_list *lst, t_list *(*f)(t_list *elem)) |
Maps a function to each member of a list
| lst | A pointer’s to the first link of a list. |
| f | The address of a function to apply to each link of a list. |
NULL if allocaton fails. Definition at line 23 of file ft_lstmap.c.
1.8.16