|
|
|
@ -27,10 +27,10 @@ void modifyClient(void);
|
|
|
|
|
void inputItem(void);
|
|
|
|
|
|
|
|
|
|
//! AFFICHAGE DES DONNEES
|
|
|
|
|
void displayAItem(int reference[], float weight[], float volume[], float unitPrice[], tlog);
|
|
|
|
|
void displayItemList(int reference[], float weight[], float volume[], float unitPrice[], log);
|
|
|
|
|
void displayClient(int clientID[], float cagnotte[], int suspended[], tlog);
|
|
|
|
|
void displayClientList(int clientID[], float cagnotte[], int suspended[], tlog);
|
|
|
|
|
void displayAItem(int reference[], float weight[], float volume[], float unitPrice[], int tlog);
|
|
|
|
|
void displayItemList(int reference[], float weight[], float volume[], float unitPrice[], int log);
|
|
|
|
|
void displayClient(int clientID[], float cagnotte[], int suspended[], int tlog);
|
|
|
|
|
void displayClientList(int clientID[], float cagnotte[], int suspended[], int tlog);
|
|
|
|
|
|
|
|
|
|
//! RECHERCHE
|
|
|
|
|
int recherche(int val, int tab[], int tlog);
|