/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 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