2021-09-14 00:13:48 +02:00

6 lines
62 B
C

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