parent
c0e5fef733
commit
16f7f1a892
@ -1,6 +1,4 @@
|
|||||||
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=poids*qt, vt=vol*qt, pxt, cagn;
|
||||||
pdt=poids*qt;
|
|
||||||
vt=vol*qt;
|
|
||||||
printf("..");
|
printf("..");
|
||||||
}
|
}
|
Loading…
Reference in new issue