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