mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Adding missing types.
This commit is contained in:
parent
025f03fde6
commit
afe1bf8901
1 changed files with 2 additions and 2 deletions
|
@ -689,8 +689,8 @@ Scheme strings are length bounded C strings which can be accessed with
|
|||
the following macros:
|
||||
|
||||
\itemlist[
|
||||
\item{\ccode{char* sexp_string_data(s)} - the raw bytes of the string}
|
||||
\item{\ccode{sexp_uint_t sexp_string_size(s)} - the number of raw bytes in the string}
|
||||
\item{\ccode{char* sexp_string_data(sexp s)} - the raw bytes of the string}
|
||||
\item{\ccode{sexp_uint_t sexp_string_size(sexp s)} - the number of raw bytes in the string}
|
||||
\item{\ccode{sexp_uint_t sexp_string_length(sexp s)} - the number of characters encoded in \var{s}}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue