From 2c5abe421b7a1b92081e38f6b1f04d407fcba834 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 15 Feb 2020 01:47:26 +0100 Subject: philo_one small refactoring, philo_three draft --- philo_three/philo_three.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 philo_three/philo_three.h (limited to 'philo_three/philo_three.h') 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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* 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 +# include "common.h" + +#endif -- cgit