Skip to content
Extraits de code Groupes Projets
Valider 71691529 rédigé par Raphaël Ngenyi-Ngondo's avatar Raphaël Ngenyi-Ngondo
Parcourir les fichiers

spé

parent 3717e194
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #8721 réussi
......@@ -318,6 +318,7 @@ void sem_2_initializer (struct buffer_cw *buf){
}
/*Initialisation du buffer 1*/
struct buffer_rc * buff_init_1(FILE *file1){
struct buffer_rc *ptr1;
......@@ -335,6 +336,7 @@ struct buffer_rc * buff_init_1(FILE *file1){
return ptr1;
}
struct buffer_cw * buff_init_2(FILE *file2){
struct buffer_cw *ptr2;
......@@ -353,6 +355,7 @@ struct buffer_cw * buff_init_2(FILE *file2){
return ptr2;
}
struct buffer_rccw *buff_init_12(struct buffer_rc *ptr1,struct buffer_cw *ptr2){
struct buffer_rccw *ptr3;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter