From f01779e05dd2beda6ab5f60d7365e99a140ceb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Tue, 7 Nov 2023 00:28:02 +0100 Subject: [PATCH] Ajout des prototypes --- src/main.h | 4 ++++ 1 file changed, 4 insertions(+) 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[]);