1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

* rw.scm (ice-9): export write-string/partial.

This commit is contained in:
Gary Houston 2001-06-04 21:49:36 +00:00
parent 99004a2863
commit db387bb7b9

View file

@ -47,6 +47,6 @@
;;; (scsh rw).
(define-module (ice-9 rw)
:export (read-string!/partial))
:export (read-string!/partial write-string/partial))
(%init-rw-builtins)