From f05a7d73d4d435b9c0dee34ae2cecc6143a9e050 Mon Sep 17 00:00:00 2001 From: Yannis DOUMIR FERNANDES Date: Tue, 24 Oct 2023 09:08:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/app/interface/?= =?UTF-8?q?interface=5Fclient.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/interface/interface_client.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/app/interface/interface_client.c b/src/app/interface/interface_client.c index 2fd15ea..1718f20 100644 --- a/src/app/interface/interface_client.c +++ b/src/app/interface/interface_client.c @@ -47,14 +47,3 @@ void global_client(){ } } -void affichAjoutArticle(int *ref, float *poids, float *volume, float *prix) -{ - printf("Entrez la ref du nouveaux produit"); - scanf("%d", ref); - printf("Entrez le poids du nouveaux produit"); - scanf("%f", poids); - printf("Entrez le volume du nouveaux produit"); - scanf("%f", volume); - printf("Entrez le prix du nouveaux produit"); - scanf("%f", prix); -} \ No newline at end of file