with-cstring — Binds a newly created cstring.Macro
with-cstring
(cstring string) {body}
cstring
A symbol naming the cstring to be created.
string
A Lisp string that will be translated to a cstring.
body
The body of where the cstring will be bound.
Binds a symbol to a cstring created from conversion of a
string. Automatically frees the cstring
.