foreign-string-free
Syntax
— Function:
foreign-string-free pointer
Arguments and Values
- pointer
- A pointer to a string allocated by
foreign-string-alloc
.
Description
The foreign-string-free
function frees a foreign string
allocated by foreign-string-alloc
.
Examples
See Also
foreign-string-alloc