Minishell
 
Loading...
Searching...
No Matches
ft_cd.c File Reference
#include "garbage.h"
#include "ft_printf.h"
#include "minishell.h"
#include "builtins.h"
#include "env.h"
#include <linux/limits.h>
#include <limits.h>
Include dependency graph for ft_cd.c:

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)