This commit is contained in:
Loic Deridder
2025-01-17 14:40:19 +01:00
parent ba1a2933e4
commit 8c64e2c6f6
5 changed files with 65 additions and 10 deletions

View File

@@ -21,4 +21,8 @@ char **builtin_export(char **arg, char **envp);
//UTILS
int count_char(char *str);
int count_args(char **tab);
int extractenv(char *str, char **envp);
char *ft_getenv(char *str, char **envp);
#endif