From c63ee0defff25db4612e9114d847b5045948e366 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 7 Mar 2024 16:51:56 +0100 Subject: Add stuff, fix stuff and whatever --- libft.h | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) (limited to 'libft.h') diff --git a/libft.h b/libft.h index dbad3f8..8fa6fd4 100644 --- a/libft.h +++ b/libft.h @@ -1,6 +1,50 @@ -#ifndef LIBFT_H_ -#define LIBFT_H_ - +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* libft.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser