📄 struct-layout-1_main.c
字号:
#include "struct-layout-1.h"#define TX(n, type, attrs, fields, ops) extern void test##n (void);#include "struct-layout-1_test.h"#undef TXint main (void){#define TX(n, type, attrs, fields, ops) test##n ();#include "struct-layout-1_test.h"#undef TX if (fails) abort (); exit (0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -