/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* philo.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dkaiser # include # include # include # include # include "ft_utils.h" # define ERR_USAGE "Usage: [times_must_eat]" typedef struct s_phdata { int nbr_of_philos; int time_to_die; int time_to_eat; int time_to_sleep; int times_must_eat; } t_phdata; #endif