Adding missing types.

This commit is contained in:
Alex Shinn 2013-07-21 15:05:08 +09:00
parent 025f03fde6
commit afe1bf8901

View file

@ -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}}
]