mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
Add get-bytevector-some!.
* libguile/r6rs-ports.c (scm_get_bytevector_some_x): New procedure. * libguile/r6rs-ports.h (scm_get_bytevector_some_x): Add prototype. (scm_unget_bytevector): Move prototype next to 'scm_get_bytevector_some_x'. * module/ice-9/binary-ports.scm: Export 'get-bytevector-some!'. * doc/ref/api-io.texi (Binary I/O): Document it.
This commit is contained in:
parent
a23ee74fab
commit
cc73c2ab5d
4 changed files with 58 additions and 3 deletions
|
@ -36,6 +36,7 @@
|
|||
get-bytevector-n
|
||||
get-bytevector-n!
|
||||
get-bytevector-some
|
||||
get-bytevector-some! ; Guile extension, not in R6RS
|
||||
get-bytevector-all
|
||||
get-string-n!
|
||||
put-u8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue