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_isalpha.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ft_isalpha.c') diff --git a/ft_isalpha.c b/ft_isalpha.c index 64d4b9a..054d96c 100644 --- a/ft_isalpha.c +++ b/ft_isalpha.c @@ -6,10 +6,12 @@ /* By: dkaiser = 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')) -- cgit v1.2.3