7 lines
65 B
C
7 lines
65 B
C
int from_dep(void);
|
|
|
|
int impl_obj(void)
|
|
{
|
|
return from_dep();
|
|
}
|