diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-03 17:18:41 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-03 17:18:41 +0200 |
commit | 869498a720e3c54b206f346dea6bf9b7995a7778 (patch) | |
tree | 92f1baffbb318fd8d86a1e82942d0992530f9c87 /src/p_args_next.h | |
parent | how tf do i use tok (diff) | |
download | 42-minishell-869498a720e3c54b206f346dea6bf9b7995a7778.tar.gz 42-minishell-869498a720e3c54b206f346dea6bf9b7995a7778.tar.bz2 42-minishell-869498a720e3c54b206f346dea6bf9b7995a7778.tar.xz 42-minishell-869498a720e3c54b206f346dea6bf9b7995a7778.tar.zst 42-minishell-869498a720e3c54b206f346dea6bf9b7995a7778.zip |
Genius in progress
Diffstat (limited to '')
-rw-r--r-- | src/p_args_next.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <stdint.h> -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 |