Name
convert-from-cstring — Converts a cstring to a Lisp string.Macro
Syntax
convert-from-cstring
cstring
=>
string
Arguments and Values
cstring
A cstring.
- string
A Lisp string.
Description
Converts a Lisp string to a cstring
. This is
most often used when processing the results of a foreign function
that returns a cstring.
Exceptional Situations
None.