Plaster
New
List
Login
common-lisp
default
anonymous
2022.05.30 17:48:54
(cond ((and (typep stream 'synonym-stream) (synonym-stream-symbol stream)) (stream-system-handle (symbol-value (synonym-stream-symbol stream)))) ((typep stream 'sb-sys:fd-stream) (slot-value stream 'sb-impl::fd)))
Raw
Annotate
Repaste
Edit