bar3.c 79 B

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