From c73c541621f0567c511bbcac4a0bf40e116c53d7 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 7 Oct 2019 21:06:30 +0200 Subject: WIP bonus list --- ft_lstmap.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ft_lstmap.c (limited to 'ft_lstmap.c') diff --git a/ft_lstmap.c b/ft_lstmap.c new file mode 100644 index 0000000..7c1a89b --- /dev/null +++ b/ft_lstmap.c @@ -0,0 +1,6 @@ +#include "libft.h" + +t_list * ft_lstmap(t_list *lst, t_list *(*f)(t_list *elem)) +{ + +} -- cgit