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

@@ -41,7 +41,7 @@ char *ft_getenv(char *str, char **envp)
return (&envp[j][len]);
}
static int extractenv(char *str, char **envp)
int extractenv(char *str, char **envp)
{
int i;
char *var;