sb_spkc.gml

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

GML
17
字号
The &fn. returns the next available character in the &getarea.:PERIOD.
The &getptr. is not advanced. If the &getarea. is empty, the
:MONO.underflow
virtual member function is called to fetch more characters from the
source into the &getarea.:PERIOD.
:P.
Due to the
:MONO.sgetc
member function's confusing name (the C library
:MONO.getc
function does advance the pointer), the
:MONO.speekc
member function was added to take its place in the WATCOM implementation.
:RSLTS.
The &fn. returns the next available character in the &getarea.:PERIOD.
If no character is available, &eof. is returned.

⌨️ 快捷键说明

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