mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Exporting call-with-input-file and call-with-output-file from (chibi io).
This commit is contained in:
parent
8d13dad49b
commit
8dc6f6c34e
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
open-input-bytevector open-output-bytevector get-output-bytevector
|
||||
string->utf8 utf8->string
|
||||
write-string write-u8 read-u8 peek-u8 send-file
|
||||
is-a-socket?)
|
||||
is-a-socket?
|
||||
call-with-input-file call-with-output-file)
|
||||
(import (chibi) (chibi ast))
|
||||
(include-shared "io/io")
|
||||
(include "io/io.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue