diff options
Diffstat (limited to 'philo_three/philo_three.h')
| -rw-r--r-- | philo_three/philo_three.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/philo_three/philo_three.h b/philo_three/philo_three.h new file mode 100644 index 0000000..35e0cd3 --- /dev/null +++ b/philo_three/philo_three.h @@ -0,0 +1,19 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* philo_three.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/15 00:46:26 by cacharle #+# #+# */ +/* Updated: 2020/02/15 00:47:25 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef PHILO_THREE_H +# define PHILO_THREE_H + +# include <semaphore.h> +# include "common.h" + +#endif |
