Mise à jour de 'src/app/core_logic/responsable.c'

pull/2/head
Yannis DOUMIR FERNANDES 2 years ago committed by Mathéo Hersan
parent 85251c4593
commit cef615520d
No known key found for this signature in database
GPG Key ID: 4EF19C64D78EC91B

@ -10,6 +10,7 @@ int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[],
if ( fe == NULL) if ( fe == NULL)
{ {
perror("fopen"); perror("fopen");
return -1;
} }
while ( fscanf(fe,"%d %f %f %f", &ref, &poids, &volume, &prix) == 4) while ( fscanf(fe,"%d %f %f %f", &ref, &poids, &volume, &prix) == 4)
{ {

Loading…
Cancel
Save