1
0

🏗️」 wip: testing things, might broke.

This commit is contained in:
2024-07-22 15:06:51 +02:00
parent 5686d00f61
commit 962eb97c3d
5 changed files with 11 additions and 85 deletions

View File

@ -1,19 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* philo_routine.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/16 19:54:02 by adjoly #+# #+# */
/* Updated: 2024/07/16 20:57:54 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
void *philo_routine(void *param)
{
t_philo philo;
philo = (t_philo)param;
log
}