📄 input.c
字号:
int i = 4; // look: tinyc cannot do this, but we can!int *i;int f(char c, char *d){ int f = 5; // look: tinyc cannot do this, but we can! c = '\033'+'\47'+'\''+'\\'; d = " \" '\\' foo"; i = c+3*f; if ( i ) { f = c; } else { f = 1; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -