20000628-1a.h

来自「this is a gcc file, you can download it 」· C头文件 代码 · 共 16 行

H
16
字号
/* Included from 20000628-1.h.  This header is supposed to be seen   exactly three times.  */#if !defined A#define Aint a;#elif !defined B#define Bint b;#elif !defined C#define Cint c;#else#error Included a fourth time#endif

⌨️ 快捷键说明

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