From 4e19b82398e0cfaa3ca0b9f68772c88d103ff6ea Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 10 Mar 2024 13:37:45 +0100 Subject: Complete missing functions and add header --- ft_tolower.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ft_tolower.c') diff --git a/ft_tolower.c b/ft_tolower.c index 31e848f..c81b9ef 100644 --- a/ft_tolower.c +++ b/ft_tolower.c @@ -6,10 +6,12 @@ /* By: dkaiser = 'A' && c <= 'Z') -- cgit v1.2.3