Adding sexp_make_input_string_port to the docs.

This commit is contained in:
Alex Shinn 2013-07-15 15:55:01 +09:00
parent 4ffa62d4ef
commit b8864f61af

View file

@ -741,6 +741,7 @@ Any of these may fail and return the OOM exception object.
\item{\ccode{sexp_debug(sexp ctx, char* msg, sexp obj)} - write \var{obj} with a debug message prefix to \scheme{current-error-port}}
\item{\ccode{sexp_read_from_string(sexp ctx, char* str, int len)} - read a single datum from \var{str}, using at most \var{len} bytes if \var{len} is non-negative}
\item{\ccode{sexp_write_to_string(sexp ctx, sexp obj)} - return a Scheme string representation of \var{obj}}
\item{\ccode{sexp_make_input_string_port(sexp ctx, sexp str)} - equivalent to \scheme{open-input-string}}
]
\subsubsection{Utilities}