diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-11 14:29:48 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-11 14:29:48 +0200 |
commit | f9671485f8049fbc6909cc757eae851ac1b5e3b9 (patch) | |
tree | 1c1b8074f9478f34642487b929bedff093394636 /src/b_exit.c | |
parent | remove perruches (diff) | |
download | 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.gz 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.bz2 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.xz 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.zst 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.zip |
home works, not END. lets go for a bit of norming
Diffstat (limited to 'src/b_exit.c')
-rw-r--r-- | src/b_exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/b_exit.c b/src/b_exit.c index cb8988f..0877d0c 100644 --- a/src/b_exit.c +++ b/src/b_exit.c @@ -37,6 +37,7 @@ uint8_t { ret = ft_atoi(args[0]); /* TODO: non numeric args[0] */ + /* TODO: return term to normal state (c_set_term_raw(0))*/ } else ret = msh->ret; |