ft_lstaddend

This commit is contained in:
Tanguy MAZE
2018-04-19 14:41:21 +02:00
parent baf67e49a6
commit 5703ae8db7
9 changed files with 66 additions and 10 deletions

View File

@@ -6,12 +6,11 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/08 17:19:32 by tmaze #+# #+# */
/* Updated: 2018/04/08 19:20:07 by tmaze ### ########.fr */
/* Updated: 2018/04/19 14:36:46 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
#include <stdio.h>
void ft_lstdel(t_list **alst, void (*del)(void*, size_t))
{