mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
5 lines
266 B
Plaintext
5 lines
266 B
Plaintext
FileHandle::Unget is a drop-in replacement for FileHandle which
|
|
allows more than one byte to be placed back on the input. It supports
|
|
an ungetc(ORD) which can be called more than once in a row, and an
|
|
ungets(SCALAR) which places a string of bytes back on the input.
|