CO-CODE Hugo-Luke
+ signals handling adjusted + wait_subshell() with last_exit_status + miscs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
|
||||
/* Updated: 2021/11/16 21:06:00 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/11/16 22:58:35 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -80,7 +80,6 @@ char **ft_split_quotes(char const *s, char c);
|
||||
char *ft_strdup_quotes(const char *s);
|
||||
|
||||
// signals.c
|
||||
void sigint_handler_interactiv(int signum);
|
||||
void sigint_handler_execution(int signum);
|
||||
void sigint_handler_interactive(int signum);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user