|
|
|
@ -11,6 +11,10 @@
|
|
|
|
|
#define tmaxArticles 500
|
|
|
|
|
#define tmaxClients 750
|
|
|
|
|
|
|
|
|
|
//! GESTION DES ERREURS & CODES
|
|
|
|
|
void errorHandling(int error);
|
|
|
|
|
void debugHandling(int code);
|
|
|
|
|
|
|
|
|
|
//! TRAITEMENT DES FICHIERS
|
|
|
|
|
void chargeDonnees(int *tLogArticle, int *tLogClient,int reference[], float weight[], float volume[], float unitPrice[], int clientID[], float cagnotte[], int suspended[], int isAdmin[]);
|
|
|
|
|
int chargeArticles(int reference[], float weight[], float volume[], float unitPrice[]);
|
|
|
|
|