aboutsummaryrefslogtreecommitdiff
path: root/ft_lstmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_lstmap.c')
-rw-r--r--ft_lstmap.c6
1 files changed, 6 insertions, 0 deletions
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))
+{
+
+}