|
maxishell
Implementation of a shell for Linux-like systems
|
#include "shell.h"#include "env.h"#include "libft.h"#include <unistd.h>#include "exit_status.h"#include <stdio.h>
Go to the source code of this file.
Functions | |
| int | builtin_unset (t_ms_data *data) |
| int builtin_unset | ( | t_ms_data * | data | ) |
Definition at line 29 of file unset.c.
References s_ms_data::args, s_ms_data::envp, EXIT_SUCCESS, and unset_env().
Referenced by execute().

