builtins
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user