solaris.readme

来自「system C源码 一种替代verilog的语言」· README 代码 · 共 20 行

README
20
字号
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 + =
减小字号Ctrl + -
显示快捷键?