chaque philosophe peut imprimer son num

This commit is contained in:
hugogogo
2021-12-12 10:28:34 +01:00
parent fc987249ac
commit 2294c73e6a
3 changed files with 34 additions and 18 deletions

View File

@@ -11,6 +11,7 @@
typedef struct s_philo
{
char *str;
int nbr;
} t_philo;
#endif