From ffa67e16b90e2d02a50ccd3822136851fe350c53 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Wed, 21 Sep 2016 23:03:47 +0200 Subject: [PATCH] moved lstnew to folder --- libft/{ => src/lst}/ft_lstnew.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libft/{ => src/lst}/ft_lstnew.c (100%) diff --git a/libft/ft_lstnew.c b/libft/src/lst/ft_lstnew.c similarity index 100% rename from libft/ft_lstnew.c rename to libft/src/lst/ft_lstnew.c