signaux fonctionnent sur test

This commit is contained in:
hugogogo
2021-11-15 16:09:19 +01:00
parent 47ae67ed14
commit 57c271b9e2
4 changed files with 65 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
/* Updated: 2021/11/11 09:58:01 by hulamy ### ########.fr */
/* Updated: 2021/11/12 10:45:33 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -40,6 +40,7 @@ int builtin_unset(int argc, char *argv[], t_all *c);
int builtin_exit(int argc, char *argv[], t_all *c);
int builtin_env(int argc, char *argv[], t_all *c);
int builtin_echo(int argc, char *argv[], t_all *c);
int getenv_position(char **envp, char *name);
// Free
int free_exit(t_all *c, int exit_status);