/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 07_sigfpe.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: elagouch +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 15:38:17 by elagouch #+# #+# */ /* Updated: 2026/01/25 16:39:11 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include int test_sigfpe(void) { raise(SIGFPE); return (1); }