1 2 3 4 5 6 7 8 9 10
int f(int a, int b, short c, int d, short e) { int i; for (i = 1; i <= 2 ; i++) { c -= 4; a = c; d = d + (b?b:e); } return a + d; }