package.lisp @ db7fd8486570 v1.0.0

Fix the tests in ABCL
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Feb 2019 14:34:17 -0500
parents 8a6db152fb11
children (none)
(defpackage :netpbm
  (:use :cl :netpbm.quickutils)
  (:export
    :read-from-file
    :read-from-stream
    :read-texture-from-file
    :read-texture-from-stream
    :write-to-file
    :write-to-stream)
  (:shadow :read-byte))