diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-08 18:19:36 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-08 18:19:36 +0200 |
| commit | 4e2e8aac225f2a226573ae36e5327a8c4073bbbc (patch) | |
| tree | 1946afb4965208899382464910ee1e4a78a65939 /ft_lstdel.c | |
| parent | c73c541621f0567c511bbcac4a0bf40e116c53d7 (diff) | |
| download | libft-4e2e8aac225f2a226573ae36e5327a8c4073bbbc.tar.gz libft-4e2e8aac225f2a226573ae36e5327a8c4073bbbc.tar.bz2 libft-4e2e8aac225f2a226573ae36e5327a8c4073bbbc.zip | |
Added bonus functions WIP
Diffstat (limited to 'ft_lstdel.c')
| -rw-r--r-- | ft_lstdel.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ft_lstdel.c b/ft_lstdel.c deleted file mode 100644 index 881a7b2..0000000 --- a/ft_lstdel.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "libft.h" - -void ft_lstdel(t_list **alst, void (*del)(void *, size_t)) -{ - -} |
