6 lines
79 B
C
Raw Normal View History

extern int bar1_from_bar3(void);
2016-07-09 11:21:54 +02:00
int bar3(void)
{
return bar1_from_bar3();
}