exe1.c 69 B

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