7 lines
65 B
C
Raw Normal View History

2023-11-18 08:22:54 +01:00
int from_dep(void);
int impl_obj(void)
{
return from_dep();
}