parent
25af8e6dbb
commit
2002dc268d
@ -1,3 +1,5 @@
|
|||||||
|
#include<stdio.h>
|
||||||
|
|
||||||
int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique);
|
int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique);
|
||||||
void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tLogique);
|
void sauvegardArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique);
|
||||||
>>>>>>> 8122a29 (Mise à jour de 'src/app/core_logic/responsable.h')
|
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