Mise à jour de 'src/app/interface/interface_client.c'

pull/2/head
Yannis DOUMIR FERNANDES 2 years ago committed by Mathéo Hersan
parent 12158b954f
commit 54b7568a69
No known key found for this signature in database
GPG Key ID: 4EF19C64D78EC91B

@ -67,14 +67,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);
}
Loading…
Cancel
Save