[✏️] norm: normed project.
This commit is contained in:
22
include/exec.h
Normal file
22
include/exec.h
Normal file
@ -0,0 +1,22 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* exec.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/06 14:15:47 by adjoly #+# #+# */
|
||||
/* Updated: 2024/04/06 14:18:27 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef EXEC_H
|
||||
# define EXEC_H
|
||||
|
||||
# include <sys/wait.h>
|
||||
|
||||
#include "pipex.h"
|
||||
|
||||
void exec_pipe(t_pipex *pipex);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user