struct-align-2_main.c

来自「xml大全 可读写调用率很高 xml大全 可读写调用率很高」· C语言 代码 · 共 15 行

C
15
字号
/* Test compatibility of structure layout and alignment for a struct   containing an int and a long long, with various combinations of   packed and aligned attributes.  The struct is from the Linux kernel.  */extern void struct_align_2_x (void);extern void exit (int);int fails;intmain (){  struct_align_2_x ();  exit (0);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?