/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 06_sigabrt.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: elagouch +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 15:38:17 by elagouch #+# #+# */ /* Updated: 2026/01/25 16:38:37 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include int test_sigabrt(void) { raise(SIGABRT); return (1); }