opexit.gml

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

GML
23
字号
.*
.*
.option EXIT
.*
.np
The format of the "EXIT" option (short form "EX") is as follows.
.mbigbox
    OPTION EXIT=symbol_name
.embigbox
.synote
.mnote symbol_name
specifies the name of the procedure that is executed when an NLM is
unloaded.
.esynote
.np
The default name of the exit procedure is "_Stop".
.np
Note that the exit procedure cannot prevent the NLM from being
unloaded.
Once the exit procedure has executed, the NLM will be unloaded.
The "CHECK" option can be used to specify a check procedure that can
prevent an NLM from being unloaded.

⌨️ 快捷键说明

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