From 19d83149feebaeb99430715242aac352890122cc Mon Sep 17 00:00:00 2001 From: nass1pro Date: Tue, 9 Jun 2020 19:48:34 +0200 Subject: lexer_test single_ok --- test_mini/libft/include/libft_util.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create 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 new file mode 100644 index 0000000..7a9e056 --- /dev/null +++ b/test_mini/libft/include/libft_util.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* 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