diff options
Diffstat (limited to 'libft.h')
| -rw-r--r-- | libft.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
