📄 solaris.readme
字号:
Solaris 2.x is like System V (maybe it *is* System V?) and is differentfrom older versions in that it uses no leading underscore for variableand function names. That is, the old convention was: foo(){}got compiled as .globl _foo _foo:and is now compiled as .globl foo foo:The `config' script should fix up the older (leading underscore) versionsof the machine-dependent files to use the newer (no leading underscore)calling conventions.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -