/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* pipe.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: kcolin +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/21 15:03:37 by kcolin #+# #+# */ /* Updated: 2025/02/21 15:04:43 by kcolin ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef PIPE_H # define PIPE_H # include # include "../worddesc/worddesc.h" bool is_pipe(t_worddesc *word); #endif