fstr_op.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 21 行
GML
21 行
The &fn. connects the &obj. to the file specified by the
:ARG.name
parameter, using the specified
:ARG.mode
and
:ARG.prot
parameters.
The
:MONO.mode
parameter is optional and usually is not specified unless
additional bits (such as
:MONO.ios::binary
or
:MONO.ios::text
:CONT.) are to be specified.
The connection is made via the C library
:MONO.open
function.
:RSLTS.
If the open fails, &failbit. is set in the &errstate.:PERIOD.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?