/*** Example5.c; Simple arithmetic ***/ foo(int a, float b) { return (a+b)/b; }