From 6f6fd44a03ed269737aa66824821c70207e86a22 Mon Sep 17 00:00:00 2001 From: Mathis CHIRAT Date: Tue, 17 Oct 2023 10:20:52 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'affichages.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- affichages.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/affichages.c b/affichages.c index b8c47ca..3eb1089 100644 --- a/affichages.c +++ b/affichages.c @@ -11,6 +11,8 @@ void AffRecap(void){ int refe, qt,poids, vol, prixU; int pdt=poids*qt, vt=vol*qt, pxt=prixU*qt, cagn; - - printf("\tRéférences\tPoids (KG)\tVolume (L)\tPrix Unitaire\n") + + while(feof(flot)==0) { + printf("\tRéférences\tPoids (KG)\tVolume (L)\tPrix Unitaire\n"); + } } \ No newline at end of file