tl_free_string

Function tl_free_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tl_free_string(s: *mut c_char)
Expand description

Free a string allocated by tensorlogic

ยงSafety

The caller must ensure that the pointer was allocated by tensorlogic and is not used after freeing.