mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
4 lines
105 B
Text
4 lines
105 B
Text
|
|
(module (srfi 6)
|
|
(export open-input-string open-output-string get-output-string)
|
|
(import (scheme)))
|