bar.c   [plain text]


extern int foo ();

int bar (void)
{
  return foo();
}