Update...

This commit is contained in:
Maix0 2024-05-08 23:27:43 +02:00
parent 314a5d4c71
commit 746a1ad2ad
5 changed files with 42 additions and 34 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/02 13:20:25 by maiboyer #+# #+# */
/* Updated: 2024/05/08 18:20:53 by maiboyer ### ########.fr */
/* Updated: 2024/05/08 21:52:34 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,10 +14,11 @@
#define SIGNAL_HANDLER_H
#include "me/types.h"
#include <readline/readline.h>
#include <signal.h>
#include <stdio.h>
#include <readline/readline.h>
typedef t_i32 t_signal;
t_error install_signal(void);