From 869498a720e3c54b206f346dea6bf9b7995a7778 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 3 Sep 2020 17:18:41 +0200 Subject: Genius in progress --- src/p_args_next.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/p_args_next.h') diff --git a/src/p_args_next.h b/src/p_args_next.h index 46998b7..e918254 100644 --- a/src/p_args_next.h +++ b/src/p_args_next.h @@ -15,6 +15,9 @@ #include -uint16_t p_dup_words(char *words[], const char word[], uint16_t i); +uint16_t p_dup_words(char *words[], + const char word[], + const uint16_t argc, + const size_t start[]); #endif -- cgit v1.2.3