with-cstring
— Binds a newly created cstring.
Macro
with-cstring
(cstring string) {body}
|
A symbol naming the cstring to be created. |
|
A Lisp string that will be translated to a cstring. |
|
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
.