chibi-scheme/lib/chibi/quoted-printable.module
Alex Shinn d451a053ca changed type opcode generators to use type objects, not ids
also fixed support for float/double types
2010-09-17 01:47:21 +00:00

7 lines
300 B
Text

(define-module (chibi quoted-printable)
(export quoted-printable-encode quoted-printable-encode-string
quoted-printable-encode-header
quoted-printable-decode quoted-printable-decode-string)
(import-immutable (scheme) (srfi 33) (chibi io))
(include "quoted-printable.scm"))