Redefines the standard close function, implementing it as a generic function.
Package
common-lisp
Signature
close stream &key abort => result
Arguments
stream
A stream.
abort
A generalized boolean.
Values
result
A result value.
Description
The function close is implemented as a generic function. The default method for close provided by the fundamental-stream class sets a flag for open-stream-p . The result value for close is as per the Common Lisp ANSI specification.