/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 03_sigsegv.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: elagouch +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 15:38:17 by elagouch #+# #+# */ /* Updated: 2026/01/25 16:36:33 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" int test_sigsegv(void) { return (ft_atoi(NULL) == 0); return (1); }