Compare commits

...

1 Commits

Author SHA1 Message Date
Quentin Legot 4694b92491 Make messages from producteur_consommateur more clear 2023-05-10 09:15:19 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -12,9 +12,10 @@ SemId splein;
void producteur() {
for(int i = 0; i < 10; i++)
{
n_printf("batir une information\n");
// n_printf("batir une information\n");
P(svide);
iplein = (iplein + 1) % N;
n_printf("Envoie de l'information\n");
// n_printf("communique une information : %d\n", i);
tab[iplein] = i;
V(splein);