exit quand ctrl+c

This commit is contained in:
2024-03-26 14:07:18 +01:00
parent 39d736ac38
commit 1acbb38932

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */ /* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/02 21:59:20 by tomoron #+# #+# */ /* Created: 2024/02/02 21:59:20 by tomoron #+# #+# */
/* Updated: 2024/03/26 08:44:14 by marde-vr ### ########.fr */ /* Updated: 2024/03/26 14:06:33 by tomoron ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -136,5 +136,6 @@ int main(int argc, char **argv, char **envp)
} }
rl_clear_history(); rl_clear_history();
free_msh(msh); free_msh(msh);
ft_printf("exit\n");
return (g_return_code); return (g_return_code);
} }