mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-05 12:16:37 +02:00
Adding sexp_make_input_string_port to the docs.
This commit is contained in:
parent
4ffa62d4ef
commit
b8864f61af
1 changed files with 1 additions and 0 deletions
|
@ -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_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_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_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}
|
\subsubsection{Utilities}
|
||||||
|
|
Loading…
Add table
Reference in a new issue