still working on memory stuff

This commit is contained in:
Maieul BOYER 2024-05-08 19:35:13 +02:00
parent 8e90a858ad
commit 326c9318e4
No known key found for this signature in database
18 changed files with 206 additions and 77 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/03 12:18:29 by maiboyer ### ########.fr */
/* Updated: 2024/05/08 18:20:53 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,9 +14,9 @@
#define SIGNAL_HANDLER_H
#include "me/types.h"
#include <stdio.h>
#include <readline/readline.h>
#include <signal.h>
#include <stdio.h>
typedef t_i32 t_signal;