merge de luke

This commit is contained in:
hugogogo
2021-12-18 12:34:26 +01:00
10 changed files with 233 additions and 83 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
/* Updated: 2021/12/16 14:56:21 by hulamy ### ########.fr */
/* Updated: 2021/12/18 12:31:33 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -17,7 +17,7 @@ int g_switch_heredoc_sigint;
extern char **environ;
// Init
int init(t_all *c);
int init(t_all *c, char *argv[]);
char *init_prompt(char *prompt_base);
char **retrieve_path(void);
void set_signals_behaviour(void);