ChimeraTK-DeviceAccess  03.18.00
CheckFileOffsetBits.c
Go to the documentation of this file.
1 #include <sys/types.h>
2 
3 #define KB ((off_t)1024)
4 #define MB ((off_t)1024 * KB)
5 #define GB ((off_t)1024 * MB)
6 #define TB ((off_t)1024 * GB)
7 int t2[(((64 * GB - 1) % 671088649) == 268434537) && (((TB - (64 * GB - 1) + 255) % 1792151290) == 305159546) ? 1 : -1];
8 
9 int main() {
10  ;
11  return 0;
12 }
GB
#define GB
Definition: CheckFileOffsetBits.c:5
t2
int t2[(((64 *GB - 1) % 671088649)==268434537) &&(((TB -(64 *GB - 1)+255) % 1792151290)==305159546) ? 1 :-1]
Definition: CheckFileOffsetBits.c:7
main
int main()
Definition: CheckFileOffsetBits.c:9
TB
#define TB
Definition: CheckFileOffsetBits.c:6