mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
5 lines
113 B
Text
5 lines
113 B
Text
|
|
(define-module (srfi 6)
|
|
(export open-input-string open-output-string get-output-string)
|
|
(import (scheme)))
|
|
|