aliases.lst

来自「开放源码的编译器open watcom 1.6.0版的源代码」· LST 代码 · 共 14 行

LST
14
字号
# Many of these names will have to be swapped later; e.g. we now have _dup()
# calling dup(), but will later want dup() to be the alias and _dup() to be
# the "real" symbol.

# file  actual name     aliased name        systems
wtof__  _wtof           _watof          d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
_gcvt_  gcvt            _gcvt           d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
__gcvt  gcvt            __gcvt          d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
_ecvt_  ecvt            _ecvt           d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
__ecvt  ecvt            __ecvt          d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
_fcvt_  fcvt            _fcvt           d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
__fcvt  fcvt            __fcvt          d16c d16i d32c d32i n32c n32i wnc wni axp ntp op
_finit  _finite         finite          d16c d16i d32c d32i n32c n32i wnc wni axp ntp op

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?