minishell/exec/include/exec/run.h
2024-08-14 18:04:19 +02:00

18 lines
965 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* run.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/11 17:23:24 by maiboyer #+# #+# */
/* Updated: 2024/08/14 16:36:15 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef RUN_H
# define RUN_H
# include "me/types.h"
#endif /* RUN_H */