5 lines
80 B
C
5 lines
80 B
C
/* This function is called from main() */
|
|
int foo(int x)
|
|
{
|
|
return x + 42;
|
|
}
|