This commit is contained in:
Loic Deridder
2025-02-12 13:48:54 +01:00
parent 256724e601
commit 3ac1625f5a
12 changed files with 89 additions and 61 deletions

View File

@@ -56,7 +56,7 @@ typedef struct s_msh
t_msh *init_msh(char **envp);
void free_msh(t_msh *msh);
void free_child(t_msh *msh);
void init_sig();
void init_sig(void);
void handle_sigint(int sig);
void handle_sigquit(int sig);
char *powerline(t_msh *msh);