maxishell
Implementation of a shell for Linux-like systems
|
Go to the source code of this file.
Functions | |
int | builtin_echo (t_ms_data *data) |
int builtin_echo | ( | t_ms_data * | data | ) |
Definition at line 23 of file echo.c.
References s_ms_data::args, EXIT_FAILURE, EXIT_SUCCESS, ft_putchar_fd(), ft_putstr_fd(), ft_strcmp(), handle_std_io(), and s_ms_data::std_out.
Referenced by execute().