mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
7 lines
300 B
Text
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"))
|