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

pull/2/head^2
parent 56dcf72d3c
commit fbcde7b85c

@ -1,7 +1,7 @@
#include <stdio.h>
#include "responsable.h"
int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tPhysique)
int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique)
{
int i=0, ref;
float volume, poids, prix;

Loading…
Cancel
Save