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…
Reference in new issue