Skip to main content

temp_file_create

Function temp_file_create 

Source
#[unsafe(no_mangle)]
pub extern "C" fn temp_file_create( base: *const c_char, suffix: *const c_char, ) -> *mut c_char
Expand description

Create a temporary file. Returns a C string that must be freed with temp_file_free_string. Returns NULL on error.