package.lisp @ fb0afda02c8a

Add fuzz tests and fix bugs
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Dec 2018 19:12:09 -0500
parents aa5470cfe026
children 1e155f658715
(defpackage :trivial-ppm
  (:use :cl :trivial-ppm.quickutils)
  (:export
    :read-from-file
    :read-from-stream
    :write-to-file
    :write-to-stream)
  (:shadow :read-byte))