/* By: ljiriste <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/22 11:19:48 by ljiriste #+# #+# */
-/* Updated: 2024/05/30 12:46:31 by ljiriste ### ########.fr */
+/* Updated: 2024/05/30 12:54:56 by ljiriste ### ########.fr */
/* */
/* ************************************************************************** */
int end;
t_check check_input;
+ end = 0;
check_input.end = &end;
check_input.philo_count = philo_count;
check_input.semaphores = semaphores;