From 7c1a7c17488313badf73e4970e2fd1f71c6e3f55 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 8 May 2024 11:50:23 +0200 Subject: [PATCH] Add free_split function --- ft_split.c | 12 +++++++++++- libft.h | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ft_split.c b/ft_split.c index e9ba9f9..fbd16c1 100644 --- a/ft_split.c +++ b/ft_split.c @@ -6,7 +6,7 @@ /* By: dkaiser */ /* int main() */ /* { */ diff --git a/libft.h b/libft.h index 11b3cd0..3e50184 100644 --- a/libft.h +++ b/libft.h @@ -6,7 +6,7 @@ /* By: dkaiser