diff --git a/run.c b/run.c index 010e0e67da43f5197b09c070f13001020764136b..a3a0e2accc6e4102b2ecaabf364189e3b3881bc8 100755 --- a/run.c +++ b/run.c @@ -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;