Skip to main content

fs_free_string

Function fs_free_string 

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

Free a string previously returned by fs_list_root.

ยงSafety

s must be a pointer previously returned by a fs_* function, or null.