merge hugogogo with master

This commit is contained in:
hugogogo
2021-11-02 14:04:23 +01:00
6 changed files with 303 additions and 260 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
/* Updated: 2021/11/02 13:53:08 by hulamy ### ########.fr */
/* Updated: 2021/11/02 14:03:51 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -34,6 +34,7 @@ int valid_syntax(t_token *token_list);
int valid_token(t_token **token_list, enum e_token_id token_id);
int valid_command_separator(const t_token *token_list);
t_cmd **fill_cmd(t_token *token, char **envp);
void cmd_expansion(t_cmd **cmd_arr, char **envp);
// Builtins
int builtin_env(int argc, char *argv[], t_all *c);