From d971bd8d16608f316396aba7a579d0b1f1af5aeb Mon Sep 17 00:00:00 2001 From: nass1pro Date: Fri, 12 Jun 2020 13:52:58 +0200 Subject: Added e_token enum --- test_mini/libft/include/libft_util.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test_mini/libft/include/libft_util.h (limited to 'test_mini/libft/include/libft_util.h') diff --git a/test_mini/libft/include/libft_util.h b/test_mini/libft/include/libft_util.h deleted file mode 100644 index 7a9e056..0000000 --- a/test_mini/libft/include/libft_util.h +++ /dev/null @@ -1,20 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* libft_util.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/27 17:51:36 by cacharle #+# #+# */ -/* Updated: 2020/02/27 17:52:16 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef LIBFT_UTIL_H -# define LIBFT_UTIL_H - -# include - -void *ft_split_destroy(char **strs); - -#endif -- cgit