From f861789c3e5e004395c1b7214757d5a83625d845 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 6 Mar 2024 21:02:09 +0100 Subject: Setup and current progress Forgot to commit earlier... --- ft_toupper.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ft_toupper.c (limited to 'ft_toupper.c') diff --git a/ft_toupper.c b/ft_toupper.c new file mode 100644 index 0000000..5082232 --- /dev/null +++ b/ft_toupper.c @@ -0,0 +1,18 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_toupper.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser = 'a' && c <= 'z') + return (c - 32); + return (c); +} -- cgit v1.2.3