You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
381 B
4 lines
381 B
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 affichUnClient(int tNumClient[], float tCagnotte[], int tSus[], int tLogique, int val);
|
|
void affichUnClients(int tNumClient[], float tCagnotte[], int tSus[], int tLogique, int val); |