ajout static, renames, pere fouettard tweaks

This commit is contained in:
Hugo LAMY
2022-01-26 16:31:36 +01:00
parent 6d3280631c
commit 77f2e6b978
9 changed files with 130 additions and 120 deletions

View File

@@ -21,7 +21,7 @@ int main(int ac, char **av)
philo = init(ac, av, &id);
if (philo == NULL)
return (0);
launch_threads(philo, id);
launch(philo, id);
i = 0;
while (i < philo->params->n_phi)
{