lib2.c 55 B

123456
  1. extern void *f(void);
  2. void *g(void) {
  3. return f();
  4. }