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

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

@ -1,3 +1,5 @@
#include<stdio.h>
int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique);
void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tLogique);
>>>>>>> 8122a29 (Mise à jour de 'src/app/core_logic/responsable.h')
void sauvegardArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique);
int ajouterArticle( int tRef[], float tPoids[], float tVol[], float tPrix[], int *tLogique, int tPhysique, int ref, float poids, float volume, float prix);
Loading…
Cancel
Save