still working on memory stuff
This commit is contained in:
parent
8e90a858ad
commit
326c9318e4
18 changed files with 206 additions and 77 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue