diff options
Diffstat (limited to 'include/libft_util.h')
| -rw-r--r-- | include/libft_util.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/libft_util.h b/include/libft_util.h deleted file mode 100644 index 99e7a00..0000000 --- a/include/libft_util.h +++ /dev/null @@ -1,22 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* libft_util.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/27 17:51:36 by cacharle #+# #+# */ -/* Updated: 2020/05/10 21:02:02 by charles ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef LIBFT_UTIL_H -# define LIBFT_UTIL_H - -# include <stdlib.h> -# include <stddef.h> - -void *ft_split_destroy(char **strs); -size_t ft_split_len(char **split); - -#endif |
