6 lines
79 B
C
6 lines
79 B
C
extern int bar1_from_bar3(void);
|
|
int bar3(void)
|
|
{
|
|
return bar1_from_bar3();
|
|
}
|