CheckFileOffsetBits.c 295 B

1234567891011121314
  1. #include <sys/types.h>
  2. #define KB ((off_t)1024)
  3. #define MB ((off_t)1024 * KB)
  4. #define GB ((off_t)1024 * MB)
  5. #define TB ((off_t)1024 * GB)
  6. int t2[(((64 * GB -1) % 671088649) == 268434537)
  7. && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
  8. int main()
  9. {
  10. ;
  11. return 0;
  12. }