Minishell
 
Loading...
Searching...
No Matches
ft_echo.c File Reference
#include "garbage.h"
#include "ft_printf.h"
#include "minishell.h"
#include <stddef.h>
Include dependency graph for ft_echo.c:

Functions

int ft_echo (t_data *data, char **array)
 Echo with -n option OPTIONS : -n : print without the triling newline.