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

pull/2/head^2
parent 1c00737cfb
commit 628cad5e13

@ -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