aa5470cfe026
Export API functions
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 22 Jan 2018 18:35:39 -0500 |
parents | 66846306020f |
children | 1320162a9ed0 |
branches/tags | (none) |
files | package.lisp |
Changes
diff -r 66846306020f -r aa5470cfe026 package.lisp --- a/package.lisp Tue Jan 16 23:12:25 2018 -0500 +++ b/package.lisp Mon Jan 22 18:35:39 2018 -0500 @@ -2,4 +2,8 @@ (:use :cl :trivial-ppm.quickutils) - (:export)) + (:export + :read-from-file + :read-from-stream + :write-to-file + :write-to-stream))