From b39cd85e93ab8c3d9be249160bbcb6200dd9b5a3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 2 Oct 2020 19:47:19 +0200 Subject: Normed p_args_len --- src/p_args_len.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/p_args_len.h') diff --git a/src/p_args_len.h b/src/p_args_len.h index 093d8f7..cbe8cd0 100644 --- a/src/p_args_len.h +++ b/src/p_args_len.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef P_ARGS_LEN_H -#define P_ARGS_LEN_H +#ifndef FT_P_ARGS_LEN_H +# define FT_P_ARGS_LEN_H -#include +# include size_t p_arg_len(const char word[], const size_t start); -- cgit v1.2.3