Ajout des prototypes

doc
Rémi LAVERGNE 1 year ago
parent 7fce9bcbdc
commit f01779e05d

@ -11,6 +11,10 @@
#define tmaxArticles 500 #define tmaxArticles 500
#define tmaxClients 750 #define tmaxClients 750
//! GESTION DES ERREURS & CODES
void errorHandling(int error);
void debugHandling(int code);
//! TRAITEMENT DES FICHIERS //! 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[]); 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[]); int chargeArticles(int reference[], float weight[], float volume[], float unitPrice[]);

Loading…
Cancel
Save