diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_args_len.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stddef.h> +# include <stddef.h> size_t p_arg_len(const char word[], const size_t start); |