compiler

Unnamed Compiled Systems Language Project
git clone http://frotz.net/git/compiler.git
Log | Files | Refs

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 }