diff --git a/src/main.h b/src/main.h index b4be45d..2bc662a 100644 --- a/src/main.h +++ b/src/main.h @@ -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[]);