bar.c   [plain text]


extern void foo();

void bar()
{
	foo();
}