double f(int i,int j,double x) { int k,l; double y,z; ... return z; }
void g(int i) { if (i==2) { return; } ... }
void g(int i);