chibi-scheme/lib/srfi/6.module
Alex Shinn 695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00

5 lines
123 B
Text

(define-module (srfi 6)
(export open-input-string open-output-string get-output-string)
(import-immutable (scheme)))