sstr_ct2.gml

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

GML
26
字号
These forms of the &fn. create an initialized &obj.:PERIOD.
Dynamic allocation is not used. The buffer is specified by the
:ARG.str
and
:ARG.len
parameters. If the
:MONO.ios::append
or
:MONO.ios::atend
bits are set in the
:ARG.mode
parameter, the
:ARG.str
parameter is assumed to contain a C string terminated by a null character,
and writing commences at the null character. Otherwise, writing commences
at
:ARG.str
:PERIOD.
.if '&cl_name' = 'strstream' .do begin
Reading commences at
:ARG.str
:PERIOD.
.do end
:RSLTS.
This form of the &fn. creates an initialized &obj.:PERIOD.

⌨️ 快捷键说明

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