1
0

🏗️」 wip: testing things, might broke.

This commit is contained in:
2024-07-21 20:55:35 +02:00
parent 4c6644e1b2
commit b706482b26
13 changed files with 155 additions and 27 deletions

22
philo/philo_msg.h Normal file
View File

@ -0,0 +1,22 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* philo_msg.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/07 17:50:46 by adjoly #+# #+# */
/* Updated: 2024/07/07 17:53:53 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PHILO_MSG_H
# define PHILO_MSG_H
# define EATING_MSG "is eating\n"
# define THINK_MSG "is thinking\n"
# define SLEEP_MSG "is sleeping\n"
# define DIED_MSG "died\n"
# define FORK_MSG "has taken a fork\n"
#endif