il reste plus que le doxygen git add Makefile SAE2 files includes obj srcs sujet.pdf tests git add Makefile SAE2 files includes obj srcs sujet.pdf tests

master
parent 557e5883ec
commit 601cfb3f66

BIN
SAE2

Binary file not shown.

Binary file not shown.

@ -114,7 +114,7 @@ void enfiler(ListeAttente *file, Tache *tache)
{
if ((file->fin + 1) % TMAXTRAV == file->debut)
{
printf("File d'attente pleine\n");
printf("\033[0;31mErreur: \033[0mFile d'attente pleine\n");
exit(1);
}
@ -358,9 +358,4 @@ void afficherTachesTriees(Tache *tachesTriees[], int p_tmax)
printf("Affichage par ordre d'exécution :\n");
for (j = 0; j < p_tmax; j++)
printf("Tâche %s : Date de début au plus tôt = %d\n", tachesTriees[j]->tache, tachesTriees[j]->dateDebut);
}
// Partie 4 (à trier)
}
Loading…
Cancel
Save