8 lines
77 B
C
8 lines
77 B
C
#include "bar.h"
|
|
#include "foo.h"
|
|
|
|
int bar(int x)
|
|
{
|
|
return foo(x)-1;
|
|
}
|