/************* * f_main.c *************/ int k; int n; int main(void){ int w, x; n = 3; w = 5; k = foo(n, w); n = x + k; return(k); }