2014-01-15 10:53:42 +01:00

4 lines
60 B
C

int foo(int parm1, float parm2) {
return parm1 + parm2;
}