Exporting call-with-input-file and call-with-output-file from (chibi io).

This commit is contained in:
Alex Shinn 2015-02-11 14:04:33 +09:00
parent 8d13dad49b
commit 8dc6f6c34e

View file

@ -15,7 +15,8 @@
open-input-bytevector open-output-bytevector get-output-bytevector open-input-bytevector open-output-bytevector get-output-bytevector
string->utf8 utf8->string string->utf8 utf8->string
write-string write-u8 read-u8 peek-u8 send-file 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)) (import (chibi) (chibi ast))
(include-shared "io/io") (include-shared "io/io")
(include "io/io.scm")) (include "io/io.scm"))