/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 08_sigpipe.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: elagouch +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 15:38:17 by elagouch #+# #+# */ /* Updated: 2026/01/25 16:39:33 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include int test_sigpipe(void) { raise(SIGPIPE); return (1); }