fstr_ct4.gml

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

GML
31
字号
This form of the &fn. creates an &obj. that is connected to the file
specified by the
:ARG.hdl
parameter.
The buffer specified by the
:ARG.buf
and
:ARG.len
parameters is offered to the associated
:MONO.filebuf
object via the
:MONO.setbuf
member function. If the
:ARG.buf
parameter is &null. or the
:ARG.len
is less than or equal to zero, the
:MONO.filebuf
is unbuffered, so that each read or write
operation reads or writes a single character at a time.
:RSLTS.
The &fn. produces an &obj. that is attached to
:ARG.hdl
:PERIOD.
If the connection to
:ARG.hdl
fails, &failbit. and &badbit. are set in the &errstate.:PERIOD.
If the
:MONO.setbuf
fails, &failbit. is set in the &errstate.:PERIOD.

⌨️ 快捷键说明

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