mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
Exporting bytevector API.
This commit is contained in:
parent
e36b71a75f
commit
8a8e856ee6
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
|
||||
(define-library (chibi quoted-printable)
|
||||
(export quoted-printable-encode quoted-printable-encode-string
|
||||
quoted-printable-encode-bytevector
|
||||
quoted-printable-encode-header
|
||||
quoted-printable-decode quoted-printable-decode-string)
|
||||
(import (chibi) (srfi 33) (chibi io))
|
||||
quoted-printable-decode quoted-printable-decode-string
|
||||
quoted-printable-decode-bytevector)
|
||||
(import (scheme base) (srfi 33) (chibi io))
|
||||
(include "quoted-printable.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue