7.2 Input/Output system extensions
extract-stream-handle extract-stream-handles make-lisp-streamThe functions
extract-stream-handle
andextract-stream-handles
return file handles for a given Common Lisp stream. These functions allow you to send input to or receive output from foreign files. The function make-lisp-stream
creates a Common Lisp stream from a file handle or handles.
Generated with Harlequin WebMaker