wlbimp.gml

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

GML
26
字号
.millust begin
++sym.dll_name[.[altsym].export_name][.ordinal]
.millust end
.synote
.mnote sym
is the name of a symbol in a Dynamic Link Library.
.mnote dll_name
is the name of the Dynamic Link Library that defines
.id sym.
.mnote altsym
is the name of a symbol in a Dynamic Link Library.
When omitted, the default symbol name is
.id sym.
.mnote export_name
is the name that an application that is linking to the Dynamic Link
Library uses to reference
.id sym.
When omitted, the default export name is
.id sym.
.mnote ordinal
is the ordinal value that can be used to identify
.id sym
instead of using the name
.id export_name.
.esynote

⌨️ 快捷键说明

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