BarObject1.c 77 B

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