6 lines
62 B
C
6 lines
62 B
C
#include "foo.h"
|
|
|
|
int goop(int x)
|
|
{
|
|
return foo(x-5)*7;
|
|
}
|