e_lib.c 62 B

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