/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* utils.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/07/08 17:46:19 by adjoly #+# #+# */ /* Updated: 2024/07/08 17:46:50 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef UTILS_H # define UTILS_H long long ft_atoll(const char *nptr); #endif