Read one character from a stream.
stream
stream-read-char stream => character
stream⇩ |
An input stream. |
character |
A character or :eof . |
The generic function stream-read-char
reads one item from stream. The item read is either a character or the end of file symbol :eof
if the stream is at the end of a file. Every subclass of fundamental-character-input-stream must define a method for this function.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01