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

package type

Undo the last call to STREAM-READ-CHAR, as in UNREAD-CHAR. Return NIL. Every subclass of FUNDAMENTAL-CHARACTER-INPUT-STREAM must define a method for this function.

Lambda list

(stream character)