CMain.c 67 B

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