From 8adb4759273e267f1ae24d30a004af698d5ba508 Mon Sep 17 00:00:00 2001 From: Yannis DOUMIR FERNANDES Date: Tue, 24 Oct 2023 08:59:49 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/app/core=5Flog?= =?UTF-8?q?ic/responsable.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/core_logic/responsable.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/core_logic/responsable.h b/src/app/core_logic/responsable.h index e7b2f67..0e2b8d1 100644 --- a/src/app/core_logic/responsable.h +++ b/src/app/core_logic/responsable.h @@ -1 +1,3 @@ -int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tPhysique); \ No newline at end of file +int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique); +void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tLogique); +>>>>>>> 8122a29 (Mise à jour de 'src/app/core_logic/responsable.h')