From ac6aad56b32d0fdda0a66d77eac0225ce33ce803 Mon Sep 17 00:00:00 2001 From: Mathis CHIRAT Date: Tue, 17 Oct 2023 10:15:31 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/affichages.c b/affichages.c index 19ebd40..0fda0c4 100644 --- a/affichages.c +++ b/affichages.c @@ -1,4 +1,5 @@ void AffRecap(int ref, int qt, int poids, int vol, int prixU){ int pdt=poids*qt, vt=vol*qt, pxt=prixU*qt, cagn; - printf(".."); + + printf("\tRéférences\tPoids (KG)\tVolume (L)\tPrix Unitaire\n") } \ No newline at end of file