extern int e_obj(void);
int e_lib(void)
{
  return e_obj();
}
