aboutsummaryrefslogtreecommitdiff
path: root/ft_lstdel.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-07 21:06:30 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-07 21:06:30 +0200
commitc73c541621f0567c511bbcac4a0bf40e116c53d7 (patch)
tree3065c0f8f593e5c768cc0f29dc659d137a983dd4 /ft_lstdel.c
parent8adeef1b50a3a819cf6525af94f1fbce62465a7e (diff)
downloadlibft-c73c541621f0567c511bbcac4a0bf40e116c53d7.tar.gz
libft-c73c541621f0567c511bbcac4a0bf40e116c53d7.tar.bz2
libft-c73c541621f0567c511bbcac4a0bf40e116c53d7.zip
WIP bonus list
Diffstat (limited to 'ft_lstdel.c')
-rw-r--r--ft_lstdel.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ft_lstdel.c b/ft_lstdel.c
new file mode 100644
index 0000000..881a7b2
--- /dev/null
+++ b/ft_lstdel.c
@@ -0,0 +1,6 @@
+#include "libft.h"
+
+void ft_lstdel(t_list **alst, void (*del)(void *, size_t))
+{
+
+}