normed the stdme headers

This commit is contained in:
Maieul BOYER 2024-07-11 19:01:59 +02:00
parent 79e039c94a
commit 398dd520d0
No known key found for this signature in database
84 changed files with 297 additions and 2819 deletions

View file

@ -11,14 +11,14 @@
/* ************************************************************************** */
#ifndef SIGNAL_HANDLER_H
#define SIGNAL_HANDLER_H
# define SIGNAL_HANDLER_H
#include "me/types.h"
#include <signal.h>
#include <stdio.h>
# include "me/types.h"
# include <signal.h>
# include <stdio.h>
typedef t_i32 t_signal;
typedef t_i32 t_signal;
t_error install_signal(void);
t_error install_signal(void);
#endif /* SIGNAL_HANDLER_H */