Γενικός τρόπος mul(x, y) int x,y; { return (x*y); } Ειδικός τρόπος int x,y; mul( ) { extern x,y; return (x*y); }