maxishell
Implementation of a shell for Linux-like systems
|
Go to the source code of this file.
Functions | |
void | init_ms_data (t_ms_data *data, char **argv, char **envp) |
void | initialise (int argc, char **argv) |
void init_ms_data | ( | t_ms_data * | data, |
char ** | argv, | ||
char ** | envp | ||
) |
Definition at line 20 of file initialise.c.
References s_ms_data::args, s_ms_data::current_dir, s_ms_data::envp, s_ms_data::exit_status, handle_add_set_shell_variable(), init_env(), set_shell_var(), s_ms_data::shell_variables, s_ms_data::std_err, s_ms_data::std_in, and s_ms_data::std_out.
Referenced by main().
void initialise | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file initialise.c.
References EXIT_FAILURE, ft_printf(), and HISTORY_PATH.
Referenced by main().