6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
|
|
||
|
(library (srfi s6 basic-string-ports compat)
|
||
|
|
||
|
(export open-output-string get-output-string)
|
||
|
|
||
|
(import (only (chezscheme) open-output-string get-output-string)))
|