lib1.c 36 B

1234
  1. int lib1_func(void)
  2. {
  3. return 2;
  4. }