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

pull/2/head^2
parent 1bd5e4a4f8
commit 4e17746abb

@ -1,4 +1,5 @@
int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique);
void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique);
void sauvegadArticles(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