bar.c 59 B

12345
  1. extern int foo1(void);
  2. int main(void)
  3. {
  4. return foo1();
  5. }