From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/p_args_next.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/p_args_next.h') diff --git a/src/p_args_next.h b/src/p_args_next.h index f21dfd9..22d06a9 100644 --- a/src/p_args_next.h +++ b/src/p_args_next.h @@ -13,12 +13,11 @@ #ifndef P_ARGS_NEXT_H # define P_ARGS_NEXT_H -# include -uint16_t p_dup_words(char *words[], +unsigned short p_dup_words(char *words[], const char word[], - const uint16_t argc, + const unsigned short argc, const size_t start[]); -void p_del_alloced_words(char *words[], uint16_t to_del); +void p_del_alloced_words(char *words[], unsigned short to_del); #endif -- cgit v1.2.3