aboutsummaryrefslogtreecommitdiff
path: root/src/mem/ft_memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ft_memcpy.c')
-rw-r--r--src/mem/ft_memcpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/ft_memcpy.c b/src/mem/ft_memcpy.c
index 1f84bfd..699111f 100644
--- a/src/mem/ft_memcpy.c
+++ b/src/mem/ft_memcpy.c
@@ -6,11 +6,10 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 10:00:07 by cacharle #+# #+# */
-/* Updated: 2020/01/17 10:39:04 by cacharle ### ########.fr */
+/* Updated: 2020/05/12 20:49:35 by charles ### ########.fr */
/* */
/* ************************************************************************** */
-#include "libft.h"
#include "libft_mem.h"
void *ft_memcpy(void *dest, const void *src, size_t n)