File: CheckFileOffsetBits.c

package info (click to toggle)
licq 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 18,456 kB
  • ctags: 17,529
  • sloc: cpp: 106,239; xml: 1,282; lex: 856; php: 753; perl: 616; ansic: 386; sh: 203; makefile: 81; csh: 48
file content (14 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (92)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <sys/types.h>

#define KB ((off_t)1024)
#define MB ((off_t)1024 * KB)
#define GB ((off_t)1024 * MB)
#define TB ((off_t)1024 * GB)
int t2[(((64 * GB -1) % 671088649) == 268434537)
       && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];

int main()
{
  ;
  return 0;
}