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.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/libft_mem.h b/include/libft_mem.h
index a9717b8..5465d72 100644
--- a/include/libft_mem.h
+++ b/include/libft_mem.h
@@ -1,6 +1,17 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* libft_mem.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/01/31 10:35:57 by cacharle #+# #+# */
+/* Updated: 2020/01/31 10:35:59 by cacharle ### ########.fr */
+/* */
+/* ************************************************************************** */
-#ifndef FT_MEM_H
-# define FT_MEM_H
+#ifndef LIBFT_MEM_H
+# define LIBFT_MEM_H
void ft_bzero(void *s, size_t n);
void *ft_memset(void *s, int c, size_t n);