7 lines
75 B
C
7 lines
75 B
C
#include "foo.h"
|
|
#include "bar.h"
|
|
|
|
int foo(int x)
|
|
{
|
|
return bar(x)*2;
|
|
}
|