foo2c.c 62 B

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