Signed-off-by: Mathéo Hersan <matheohersan@MacBook-Pro-de-Matheo.local>pull/3/head^2
parent
a92406963b
commit
8263e70b97
@ -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