Package: cffi

Function foreign-string-free

Lambda List

foreign-string-free (ptr)

Arguments

pointer -- A pointer to a string allocated by foreign-string-alloc.

Details

The foreign-string-free function frees a foreign string allocated by foreign-string-alloc.
 

See also