test.c
来自「类PASCAL语言的编译器,LINUX环境的,我没试过是否正确.」· C语言 代码 · 共 36 行
C
36 行
#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 + =
减小字号Ctrl + -
显示快捷键?