added the exec part
This commit is contained in:
parent
4f6e96d0e0
commit
2cfce88274
9 changed files with 138 additions and 5 deletions
20
exec/include/exec/run.h
Normal file
20
exec/include/exec/run.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* run.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/07/11 17:23:24 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/07/11 17:38:05 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef RUN_H
|
||||
#define RUN_H
|
||||
|
||||
#include "me/types.h"
|
||||
|
||||
|
||||
|
||||
#endif /* RUN_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue