/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* exec.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/06 14:15:47 by adjoly #+# #+# */ /* Updated: 2024/04/07 11:04:19 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef EXEC_H # define EXEC_H # include # include "pipex.h" void exec_pipe(t_pipex *pipex); #endif