/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 03_int_min.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 17:23:10 by dgaillet #+# #+# */ /* Updated: 2026/01/25 16:33:46 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int atoi_int_min_test(void) { return (!(ft_atoi("-2147483648") == -2147483648)); }