#include "garbage.h"#include "ft_printf.h"#include "minishell.h"#include "builtins.h"#include "env.h"#include <linux/limits.h>#include <limits.h>
Functions | |
| int | ft_cd (t_data *data, char **array) |
| Implementatin of cd builtin of shell. | |
| void | change_cwd (t_data *data, t_bool is_pwd) |
| Change the values of ENV VAR. | |
| int | change_cwd_to_home (t_env_vars *env) |
| int | change_cwd_to_previous_cwd (t_env_vars *env) |