diff options
Diffstat (limited to 'test_mini/libft/include/libft_util.h')
| -rw-r--r-- | test_mini/libft/include/libft_util.h | 20 |
1 files changed, 0 insertions, 20 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* 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 <stdlib.h> - -void *ft_split_destroy(char **strs); - -#endif |
