correction lstnew erreur de malloc

This commit is contained in:
Hugo LAMY
2019-11-21 15:14:20 +01:00
parent 71e165f894
commit a3c44c565c
10 changed files with 337 additions and 54 deletions

View File

@@ -92,7 +92,7 @@
** }
*/
#include "libft.h"
//#include "libft.h"
void ft_lstdelone(t_list *lst, void (*del)(void *))
{