parent
25af8e6dbb
commit
2002dc268d
@ -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…
Reference in new issue