diff options
Diffstat (limited to 'include/libft_util.h')
| -rw-r--r-- | include/libft_util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libft_util.h b/include/libft_util.h index 7a9e056..99e7a00 100644 --- a/include/libft_util.h +++ b/include/libft_util.h @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/27 17:51:36 by cacharle #+# #+# */ -/* Updated: 2020/02/27 17:52:16 by cacharle ### ########.fr */ +/* Updated: 2020/05/10 21:02:02 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -14,7 +14,9 @@ # define LIBFT_UTIL_H # include <stdlib.h> +# include <stddef.h> void *ft_split_destroy(char **strs); +size_t ft_split_len(char **split); #endif |
