|
|
@ -2,3 +2,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
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[], 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);
|