?? mac_main.c
字號:
/* * mac_main.c -- The REAL entry point which * calls the tools main code. For the tools * the symbol "main" has been #defined to "tool_main" * so that this entry point may be used to access * the user-input first. */#undef mainintmain(){ int argc; char **argv; argc=ccommand(&argv); return tool_main(argc,argv); // Call the tool "main()" routine}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -