/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 02_int_max.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 17:23:00 by dgaillet #+# #+# */ /* Updated: 2026/01/25 16:33:35 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int atoi_int_max_test(void) { return (!(ft_atoi("2147483647") == 2147483647)); }