c_dep.c 97 B

1234567
  1. #ifdef OBJC
  2. # error "OBJC is defined, but should not be"
  3. #endif
  4. int c_dep(void)
  5. {
  6. return 0;
  7. }