mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
6 lines
179 B
Text
6 lines
179 B
Text
|
|
(define-module (chibi io)
|
|
(export read-string read-string! write-string read-line write-line)
|
|
(import-immutable (scheme))
|
|
(include-shared "io/io")
|
|
(include "io/io.scm"))
|