summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-10-30 17:29:45 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-10-30 17:29:45 +0100
commitda7dc05c1df138fda9295d2e12af054c5a1c9512 (patch)
tree2a99b8105a380f3cf02dd6b7282a0e421fe27f81
parentchanges (diff)
download42-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.c13
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>