|
| ext:stream-read-char stream | [Generic Function] |
Reads one character from the stream. It returns either a character or the symbol :eof if the stream is at end-of-file. Every unbuffered character input stream must define a method for this function.
|
| ext:stream-read-char stream | [Generic Function] |
Reads one character from the stream. It returns either a character or the symbol :eof if the stream is at end-of-file. Every unbuffered character input stream must define a method for this function.