output redirections

This commit is contained in:
tom moron
2024-04-03 01:29:50 +02:00
parent c9bd04d42c
commit 4c9941a5d6
5 changed files with 23 additions and 24 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/04/02 17:39:29 by tomoron ### ########.fr */
/* Updated: 2024/04/03 01:24:10 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -99,7 +99,7 @@ void remove_command_from_msh(t_msh *msh);
void ft_exit(t_msh *msh, int error_code);
void signal_handler_command(int signum);
void ft_exit(t_msh *msh, int exit_code);
void redirect_output(t_msh *msh, int i);
void redirect_output(t_msh *msh);
char **split_paths_from_env(t_env *env);
int add_return_code_to_str(char *res);
void redirect_input(t_msh *msh);