📄 main.cc.svn-base
字号:
/* $Id: main.cc,v 1.21 2004/01/13 15:33:23 lohmann Exp $ */#include "machine/keyctrl.h"#include "device/cgastr.h"#include "user/appl.h"void delay(){ for(int i = 0; i < 10000; i++) for(int j = 0; j < 50; j++) ;}CGA_Stream kout;Keyboard_Controller kbctrl;int main(){ kout << "Started with app" << endl; Application app; app.action(); return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -