mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
exporting string-copy!
This commit is contained in:
parent
da4909907f
commit
c8b5e7343f
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
read-bytevector! read-char read-error? read-line read-u8 real? remainder
|
read-bytevector! read-char read-error? read-line read-u8 real? remainder
|
||||||
reverse round set! set-car! set-cdr! square string string->list
|
reverse round set! set-car! set-cdr! square string string->list
|
||||||
string->number string->symbol string->utf8 string->vector string-append
|
string->number string->symbol string->utf8 string->vector string-append
|
||||||
string-copy string-fill! string-for-each string-length string-map
|
string-copy string-copy! string-fill! string-for-each string-length
|
||||||
|
string-map
|
||||||
string-ref string-set! string<=? string<? string=? string>=?
|
string-ref string-set! string<=? string<? string=? string>=?
|
||||||
string>? string? substring symbol->string symbol? symbol=? syntax-error
|
string>? string? substring symbol->string symbol? symbol=? syntax-error
|
||||||
syntax-rules textual-port? truncate u8-ready? unless unquote
|
syntax-rules textual-port? truncate u8-ready? unless unquote
|
||||||
|
|
Loading…
Add table
Reference in a new issue