bigfunc.c (112B)
1 2 int bigfunc(int a, int b, int c, int d, int e, int f, int g, int h) { 3 return a + b + c + d + e + f + g + h; 4 }