diff options
Diffstat (limited to 'doc/ref/api-io.texi')
-rw-r--r-- | doc/ref/api-io.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index 4786d79a4..e7e91edae 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -1164,6 +1164,10 @@ presented above (@pxref{Input and Output}). * R6RS Binary Output:: Binary output. @end menu +A subset of the @code{(rnrs io ports)} module is provided by the +@code{(ice-9 binary-ports)} module. It contains binary input/output +procedures and does not rely on R6RS support. + @node R6RS End-of-File @subsubsection The End-of-File Object |