convert-from-foreign-string
— Converts a foreign string into a Lisp string.
Macro
convert-from-foreign-string
foreign-string &key length null-terminated-p
=> string
|
A foreign string. |
|
The length of the foreign string to convert. The
default is the length of the string until a |
|
A boolean flag with a default value of |
string |
A Lisp string. |