gestion sigint dans heredoc fonctionne basiquement
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
|
||||
/* Updated: 2021/11/18 21:32:54 by hulamy ### ########.fr */
|
||||
/* Updated: 2021/11/24 18:38:11 by hulamy ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef MINISHELL_PROTOTYPES_H
|
||||
# define MINISHELL_PROTOTYPES_H
|
||||
|
||||
int
|
||||
// variable globale
|
||||
int switch_heredoc_sigint;
|
||||
|
||||
// Init
|
||||
int init(t_all *c, char *envp[]);
|
||||
|
||||
Reference in New Issue
Block a user