|
|
@ -2,4 +2,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
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 sauvegardArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique);
|
|
|
|
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);
|
|
|
|
|