bar.c   [plain text]


extern void baz();

void bar()
{
	baz();
}