package.lisp @ db8f927391c9

Quicklisp
author Steve Losh <steve@stevelosh.com>
date Thu, 07 Mar 2019 12:48:03 -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))