foo1c.c 62 B

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