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

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

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