6 lines
62 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
extern int e_obj(void);
int e_lib(void)
{
return e_obj();
}