foo.c   [plain text]



extern void bar();

void foo()
{
  bar();
}