mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 23:17:34 +02:00
Exporting read-string.
This commit is contained in:
parent
73ea9c4e7a
commit
6803c7311a
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
|||
peek-u8 input-port-open? output-port-open? port? positive?
|
||||
procedure? quasiquote quote
|
||||
quotient raise raise-continuable rational? rationalize read-bytevector
|
||||
read-bytevector! read-char read-error? read-line read-u8 real? remainder
|
||||
read-bytevector! read-char read-error? read-line read-string read-u8
|
||||
real? remainder
|
||||
reverse round set! set-car! set-cdr! square string string->list
|
||||
string->number string->symbol string->utf8 string->vector string-append
|
||||
string-copy string-copy! string-fill! string-for-each string-length
|
||||
|
|
Loading…
Add table
Reference in a new issue