20000314-2.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 24 行
C
24 行
typedef unsigned long long uint64;const uint64 bigconst = 1ULL << 34;int a = 1;staticuint64 getmask(void){ if (a) return bigconst; else return 0;}main(){ uint64 f = getmask(); if (sizeof (long long) == 8 && f != bigconst) abort (); exit (0);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?