aboutsummaryrefslogtreecommitdiff
path: root/include/libft_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libft_mem.h')
-rw-r--r--include/libft_mem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libft_mem.h b/include/libft_mem.h
index 5465d72..af3f4b5 100644
--- a/include/libft_mem.h
+++ b/include/libft_mem.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/31 10:35:57 by cacharle #+# #+# */
-/* Updated: 2020/01/31 10:35:59 by cacharle ### ########.fr */
+/* Updated: 2020/02/10 02:55:38 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -21,6 +21,7 @@ void *ft_memmove(void *dst, const void *src, size_t len);
void *ft_memchr(const void *s, int c, size_t n);
int ft_memcmp(const void *s1, const void *s2, size_t n);
void *ft_calloc(size_t count, size_t size);
+void ft_memswap(void *a, void *b, size_t size);
/*
** bloat ?