[ADD] builtin unset

This commit is contained in:
mcolonna 2024-06-27 16:08:38 +02:00
parent 7c92b7fe56
commit 5bece6093b
3 changed files with 25 additions and 11 deletions

View file

@ -6,7 +6,7 @@
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
/* Updated: 2024/06/27 15:54:05 by mcolonna ### ########.fr */
/* Updated: 2024/06/27 16:08:14 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
@ -24,5 +24,4 @@ int exec_builtin(t_call call, t_env *env);
// Execute echo builtin
int echo_builtin(const char **argv);
#endif