📄 struct-align-2_main.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -