maxishell
Implementation of a shell for Linux-like systems
|
Go to the source code of this file.
Functions | |
void | builtin_pipe_test (t_ms_data *data) |
void | pipe_tests (t_ms_data *data) |
void builtin_pipe_test | ( | t_ms_data * | data | ) |
Definition at line 32 of file pipe_test.c.
References s_ms_data::args, builtin_pipe(), and ft_split().
Referenced by pipe_tests().
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().