aboutsummaryrefslogtreecommitdiffstats
path: root/libft/src/ft_memlchr.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
commit630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a (patch)
treeac28370d9724f37905d990ffdfe46ce847ed61a3 /libft/src/ft_memlchr.c
parentAdded Makefiles rules to start adventures (diff)
download42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.gz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.bz2
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.xz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.zst
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.zip
Release edition
Diffstat (limited to 'libft/src/ft_memlchr.c')
-rw-r--r--libft/src/ft_memlchr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libft/src/ft_memlchr.c b/libft/src/ft_memlchr.c
index 643affc..25319bc 100644
--- a/libft/src/ft_memlchr.c
+++ b/libft/src/ft_memlchr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memlchr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */