diff options
Diffstat (limited to 'src/ft_echo.c')
-rw-r--r-- | src/ft_echo.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ft_echo.c b/src/ft_echo.c index 08fac36..22c1ec6 100644 --- a/src/ft_echo.c +++ b/src/ft_echo.c @@ -1,3 +1,16 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_echo.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2019/11/01 18:46:54 by rbousset #+# ## ## #+# */ +/* Updated: 2019/11/01 18:46:55 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include <libft.h> #include <minishell.h> #include <inttypes.h> |