/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 04_null.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: elagouch +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/25 17:33:31 by elagouch #+# #+# */ /* Updated: 2026/01/25 17:33:32 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int atoi_null_test(void) { return (ft_atoi(NULL) == 0); }