From 6500b1ca9ce911d3db7c94ee3f4ee38489b8861a Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2020 20:24:32 +0100 Subject: Renaming t_list -> t_ftlst, changing feature adding by header --- include/libft_mem.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/libft_mem.h') diff --git a/include/libft_mem.h b/include/libft_mem.h index d1e47f6..a9717b8 100644 --- a/include/libft_mem.h +++ b/include/libft_mem.h @@ -1,14 +1,3 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_mem.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/01/17 09:56:20 by cacharle #+# #+# */ -/* Updated: 2020/01/17 09:57:54 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ #ifndef FT_MEM_H # define FT_MEM_H -- cgit