Merge branch 'dev' into dev2

This commit is contained in:
tvdu29
2020-01-28 13:42:03 +01:00
committed by GitHub
8 changed files with 154 additions and 116 deletions

View File

@@ -34,6 +34,7 @@ int cmd_echo(char **argv, t_env **env);
char **res_ext(char **argv, t_env *env);
int exec_cmd(char **argv, t_env **env);
void *ft_strdel_null(char **s);
void *put_error_cd(char *file, char *msg);