foo3b.c 62 B

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