?? start.c
字號:
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0. Go figure. */asm(".globl __start");asm("__start: .long 0");#define _start __start0#define DUMMIES dummy0#include <sysdeps/unix/start.c>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -