✏️」 norm(exec): normed project.

This commit is contained in:
yosyo
2024-07-15 21:06:03 +02:00
parent 01e0f4fd92
commit dcd623639f
3 changed files with 67 additions and 50 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
/* Updated: 2024/07/15 19:28:57 by mmoussou ### ########.fr */
/* Updated: 2024/07/15 21:04:19 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -39,6 +39,9 @@ void __close(void *content);
int check_file(char *cmd, char *input);
void free_exec(t_env *env, char **env_array);
void exec_cmd(char *cmd, char **argv, char **env, t_env *env_t);
void __fork_single_cmd(t_cmd *cmd, char **env, t_env *env_t, t_exec exec);
/**
* @brief spawn a heredoc
*