7 lines
65 B
C
7 lines
65 B
C
#include "path1.h"
|
|
|
|
int foo(int x)
|
|
{
|
|
return path1(x) - 16;
|
|
}
|
|
|