diff options
Diffstat (limited to 'libft/src/ft_memcpy.c')
-rw-r--r-- | libft/src/ft_memcpy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libft/src/ft_memcpy.c b/libft/src/ft_memcpy.c index 1357f2e..75d3de0 100644 --- a/libft/src/ft_memcpy.c +++ b/libft/src/ft_memcpy.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* ft_memcpy.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 */ /* */ /* ************************************************************************** */ |