BarObject2.c 77 B

12345
  1. extern int BarObject3(void);
  2. int BarObject2(void)
  3. {
  4. return BarObject3();
  5. }