Generic-function: SB-GRAY:STREAM-READ-CHAR

package type

Read one character from the stream. Return either a character object, or the symbol :EOF if the stream is at end-of-file. Every subclass of FUNDAMENTAL-CHARACTER-INPUT-STREAM must define a method for this function.

Lambda list

(stream)