6 lines
77 B
C
6 lines
77 B
C
extern int BarObject2(void);
|
|
int BarObject1(void)
|
|
{
|
|
return BarObject2();
|
|
}
|