⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.c

📁 类PASCAL语言的编译器,LINUX环境的,我没试过是否正确.
💻 C
字号:
#define cat(x, y)   x ## y#define var123	    Werkt!!!cat(var, 123);cat(cat(1, 2), 3);#define cat2(x, y)  x/**/ycat2(var, 123);cat2(cat2(1, 2), 3);#define str(arg)    #argstr("Hallo");str(Ha"l"lo);#define instr(x)    "x y" "x"instr(Dit is de tweede string)#define spaces	    a	b    c \		nexy line#define zeroargs()testa C++ kommentarer!!! // hahahahha!!!!litemer: /// wehweewr///sfdsdfsdehehe // sdfsdfdfsfsdsf{}/**/heah

⌨️ 快捷键说明

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