"extern char **environ" in header file

+ global var g_all deleted, renamed switch_heredoc_sigint
This commit is contained in:
LuckyLaszlo
2021-11-26 21:58:52 +01:00
parent 07e98c7cf8
commit 843b6d84c5
11 changed files with 16 additions and 26 deletions

View File

@@ -13,7 +13,6 @@ int getenv_position(char **envp, char *name)
int builtin_export(int argc, char *argv[], t_all *c)
{
extern char **environ;
char **var;
int env_position;