blob: 9bb3a44355c6a2093af0a638e58fa484560b1b1a [file] [log] [blame]
extern int e_obj(void);
int e_lib(void)
{
return e_obj();
}