Signed-off-by: Mathéo Hersan <matheohersan@MacBook-Pro-de-Matheo.local>pull/3/head
parent
8c1a9e245b
commit
2f451844e2
@ -1,10 +1,10 @@
|
||||
void affichArticles( int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique);
|
||||
void affichUnArticle(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique, int val);
|
||||
void affichUnArticle(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique);
|
||||
void affichUnClient(int tNumClient[], float tCagnotte[], int tSus[], int tLogique);
|
||||
void affichClients(int tNumClient[], float tCagnotte[], int tSus[], int tLogique);
|
||||
void affichAjoutArticle(int *ref, float *poids, float *volume, float *prix);
|
||||
void affichSupprimerArticle(int *ref);
|
||||
void affichModifierArticle(int *ref, float *poids, float *volume, float *prix);
|
||||
void menu_resp(int *choix, int jour);
|
||||
void menu_resp(int *choix);
|
||||
void global_resp();
|
||||
void affiche_resp(void);
|
Loading…
Reference in new issue