📄 hello.c
字号:
/* Sample small program: the obligatory ``hello world'' sample. */#include <eros/target.h>#include <domain/domdbg.h>#define KR_SELF 2#define KR_BANK 4#define KR_OSTREAM 16intmain(void){ kprintf(KR_OSTREAM, "hello, world\n"); return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -