From 8dc6f6c34e4cc68ed347eda32a845a42c243ceb7 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 11 Feb 2015 14:04:33 +0900 Subject: [PATCH] Exporting call-with-input-file and call-with-output-file from (chibi io). --- lib/chibi/io.sld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/chibi/io.sld b/lib/chibi/io.sld index 807c99dd..2314ac09 100644 --- a/lib/chibi/io.sld +++ b/lib/chibi/io.sld @@ -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"))