nstd_env_temp_dir

Function nstd_env_temp_dir 

Source
pub unsafe extern "C" fn nstd_env_temp_dir() -> *mut c_char
Expand description

Returns the path of a temporary directory. Use nstd_env_free_path to free memory allocated by this function. Returns: char *path - The path of the temp dir.