From da7dc05c1df138fda9295d2e12af054c5a1c9512 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 17:29:45 +0100 Subject: Added 101 header on ft_error --- src/ft_error.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') 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 +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2019/10/30 17:21:53 by rbousset #+# ## ## #+# */ +/* Updated: 2019/10/30 17:21:55 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include #include -- cgit v1.2.3