mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-23 20:15:06 +02:00
7 lines
291 B
Scheme
7 lines
291 B
Scheme
|
|
(define-library (chibi quoted-printable)
|
|
(export quoted-printable-encode quoted-printable-encode-string
|
|
quoted-printable-encode-header
|
|
quoted-printable-decode quoted-printable-decode-string)
|
|
(import (scheme) (srfi 33) (chibi io))
|
|
(include "quoted-printable.scm"))
|