From 487a66394061f2d14a2fa421302966b5442d643f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 27 Jul 2020 18:55:07 +0200 Subject: I couldn't see shit --- src/ft_u_utils.c | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/ft_u_utils.c (limited to 'src/ft_u_utils.c') diff --git a/src/ft_u_utils.c b/src/ft_u_utils.c deleted file mode 100644 index b7ab7d8..0000000 --- a/src/ft_u_utils.c +++ /dev/null @@ -1,28 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_u_utils.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: rbousset +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ -/* */ -/* ************************************************************************** */ - -#include -#include -#include - -uint64_t - ft_get_argc(const char *args[]) -{ - uint64_t argc; - - argc = 0; - while (args[argc]) - { - argc++; - } - return (argc); -} -- cgit v1.2.3