struct-layout-1_main.c

来自「用于进行gcc测试」· C语言 代码 · 共 16 行

C
16
字号
#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 + =
减小字号Ctrl + -
显示快捷键?