parent
61d660e609
commit
c0e5fef733
@ -1,4 +1,6 @@
|
|||||||
void AffRecap(int ref, int qt, int poids, int vol, int prixU){
|
void AffRecap(int ref, int qt, int poids, int vol, int prixU){
|
||||||
int pdt, vt, pxt, cagn;
|
int pdt, vt, pxt, cagn;
|
||||||
|
pdt=poids*qt;
|
||||||
|
vt=vol*qt;
|
||||||
printf("..");
|
printf("..");
|
||||||
}
|
}
|
Loading…
Reference in new issue