fstr_ct2.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 19 行
GML
19 行
This form of the &fn. creates an &obj. that is connected to the file
specified by the
:ARG.name
parameter, using the specified
:ARG.mode
and
:ARG.prot
parameters.
The connection is made via the C library
:MONO.open
function.
:RSLTS.
The &fn. produces an &obj. that is connected to the file specified by
:ARG.name
:PERIOD.
If the
:MONO.open
fails, &failbit. and &badbit. are set in the &errstate.:PERIOD.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?