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

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

@ -49,4 +49,16 @@ void affichUnClients(int tNumClient[], float tCagnotte[], int tSus[], int tLogiq
}
fprintf(stderr, "Client introuvable");
printf("Client introuvable");
}
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