From 16f7f1a892a491f2fc26fc3acc4c85041d613afe Mon Sep 17 00:00:00 2001 From: Mathis CHIRAT Date: Wed, 11 Oct 2023 09:19:38 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/affichages.c b/affichages.c index a2932e7..ddae0a7 100644 --- a/affichages.c +++ b/affichages.c @@ -1,6 +1,4 @@ void AffRecap(int ref, int qt, int poids, int vol, int prixU){ - int pdt, vt, pxt, cagn; - pdt=poids*qt; - vt=vol*qt; + int pdt=poids*qt, vt=vol*qt, pxt, cagn; printf(".."); } \ No newline at end of file