diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2019-10-30 17:29:45 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2019-10-30 17:29:45 +0100 |
commit | da7dc05c1df138fda9295d2e12af054c5a1c9512 (patch) | |
tree | 2a99b8105a380f3cf02dd6b7282a0e421fe27f81 | |
parent | changes (diff) | |
download | 42-minishell-da7dc05c1df138fda9295d2e12af054c5a1c9512.tar.gz 42-minishell-da7dc05c1df138fda9295d2e12af054c5a1c9512.tar.bz2 42-minishell-da7dc05c1df138fda9295d2e12af054c5a1c9512.tar.xz 42-minishell-da7dc05c1df138fda9295d2e12af054c5a1c9512.tar.zst 42-minishell-da7dc05c1df138fda9295d2e12af054c5a1c9512.zip |
Added 101 header on ft_error
-rw-r--r-- | src/ft_error.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ft_error.c b/src/ft_error.c index 2216eae..5d0234f 100644 --- a/src/ft_error.c +++ b/src/ft_error.c @@ -1,3 +1,16 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_error.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2019/10/30 17:21:53 by rbousset #+# ## ## #+# */ +/* Updated: 2019/10/30 17:21:55 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include <libft.h> #include <minishell.h> |