maxishell
Implementation of a shell for Linux-like systems
|
#include "shell.h"
Go to the source code of this file.
Functions | |
void | env_tests (t_ms_data *data, char **envp) |
void | pipe_tests (t_ms_data *data) |
void env_tests | ( | t_ms_data * | data, |
char ** | envp | ||
) |
Definition at line 25 of file env_test.c.
References s_ms_data::envp, free_env(), ft_printf(), test_get_env(), test_init_env(), test_set_env(), and test_unset_env().
Referenced by main().
void pipe_tests | ( | t_ms_data * | data | ) |
Definition at line 22 of file pipe_test.c.
References builtin_pipe_test(), and ft_printf().
Referenced by main().