/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_u_utils.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #ifndef FT_U_UTILS_H #define FT_U_UTILS_H #include uint64_t ft_get_argc(const char *args[]); #endif