fixed priorities and return codes

This commit is contained in:
mdev9
2024-04-19 13:45:35 +02:00
parent 700a63c6c8
commit 70a7bde82f
4 changed files with 23 additions and 18 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/19 10:39:52 by tomoron ### ########.fr */
/* Updated: 2024/04/19 13:46:43 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -92,10 +92,10 @@ t_token *parse_cmds_to_token(t_cmd *command, t_env *env);
void parent(t_msh *msh, int i, int cmd_count);
char *ft_get_env(t_env *env, char *var_name);
int is_fd_open(int fd);
void get_out_type(t_msh *msh, t_cmd *cmds);
int get_out_type(t_msh *msh, t_cmd *cmds);
void exec_commands(t_msh *msh);
void handle_here_doc(t_msh *msh, char *eof);
void get_in_type(t_msh *msh, t_cmd *tokens);
int get_in_type(t_msh *msh, t_cmd *tokens);
void signal_handler_interactive(int signum);
int get_token_len(char *cmd, t_env *env);
void signal_handler_here_doc(int signum);