6 lines
62 B
C
6 lines
62 B
C
|
extern int e_obj(void);
|
||
|
int e_lib(void)
|
||
|
{
|
||
|
return e_obj();
|
||
|
}
|