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