* Added write-char to (r6rs) library.

This commit is contained in:
Abdulaziz Ghuloum 2007-06-13 10:36:11 +03:00
parent f3166040a0
commit 352d0f54dd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -460,7 +460,7 @@
[file-exists? i]
[display i r]
[write i r]
[write-char i]
[write-char i r]
[write-byte i]
[read i r]
[read-char i r]