|
|
|
@ -11,7 +11,7 @@ void chargeDonnees(int reference[], float weight[], float volume[], float unitPr
|
|
|
|
|
chargeClients(clientID, cagnotte, suspended);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void chargeArticles(int reference[], float weight[], float volume[], float unitPrice[])
|
|
|
|
|
int chargeArticles(int reference[], float weight[], float volume[], float unitPrice[])
|
|
|
|
|
{
|
|
|
|
|
FILE *article;
|
|
|
|
|
article = fopen("articles.txt","r");
|
|
|
|
@ -47,7 +47,7 @@ void chargeArticles(int reference[], float weight[], float volume[], float unitP
|
|
|
|
|
return tL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void chargeClients(int clientID[], float cagnotte[], int suspended[])
|
|
|
|
|
int chargeClients(int clientID[], float cagnotte[], int suspended[])
|
|
|
|
|
{
|
|
|
|
|
FILE *client;
|
|
|
|
|
client = fopen("clients.txt","r");
|
|
|
|
|