Mise à jour de 'affichages.c'

master
Mathis CHIRAT 2 years ago
parent 1e78c9063b
commit 174e87ba5c

@ -1,4 +1,14 @@
void AffRecap(){
void AffRecap(void){
FILE *flot;
flot = fopen("logs.txt","r");
if(flot == NULL) {
printf("ERR0R: FILE NOT VALID.");
return;
}
int refe, qt,poids, vol, prixU;
int pdt=poids*qt, vt=vol*qt, pxt=prixU*qt, cagn;

Loading…
Cancel
Save