6 lines
69 B
C
Raw Normal View History

2019-11-11 23:01:05 +01:00
extern int lib1_func(void);
int main(void)
{
return lib1_func();
}