From b356e8552cad748418163bf3ad1da95e88937a38 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 10 Mar 2024 14:08:27 +0100 Subject: Use ft_strlen instead of rewriting it --- ft_strdup.c | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'ft_strdup.c') diff --git a/ft_strdup.c b/ft_strdup.c index 1282c36..2f59166 100644 --- a/ft_strdup.c +++ b/ft_strdup.c @@ -6,7 +6,7 @@ /* By: dkaiser