Hash : d22841d4 Author : Thomas de Grivel Date : 2017-05-25T16:23:51
Download
1 2 3 4 5 6 7 8 9 10 11 12
(in-package :common-lisp) (defpackage :fd-flexi (:use :common-lisp :flexi-streams) (:shadow #:stream) (:export #:stream #:with-stream))