📄 incl_test2.cm
字号:
/*
simple include and define error test
compiler will show the correct position of the error
*/
#include "err_header.h"
void main(void)
{
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -