BarMain.c 72 B

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