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

pull/2/head^2
parent 0ae78125bb
commit f05a7d73d4

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