aboutsummaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-20 02:03:56 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-20 02:03:56 +0100
commita983b06df18647cf63fadad5b36f472e06f1075f (patch)
tree26d02de02b9ff31febcdb9bc0d76e7b99d2e3dbe /libft.h
parenta46f13dc1fef2af96f418984af9db6acfeaeb581 (diff)
downloadlibft-a983b06df18647cf63fadad5b36f472e06f1075f.tar.gz
libft-a983b06df18647cf63fadad5b36f472e06f1075f.tar.bz2
libft-a983b06df18647cf63fadad5b36f472e06f1075f.zip
Protected pre 2019 functions
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libft.h b/libft.h
index 87b57c2..f337e14 100644
--- a/libft.h
+++ b/libft.h
@@ -6,13 +6,14 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:45:02 by cacharle #+# #+# */
-/* Updated: 2019/10/17 09:08:31 by cacharle ### ########.fr */
+/* Updated: 2019/11/20 02:01:10 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
+# include <stdlib.h>
# include <string.h>
# define TRUE 1