Function nstd_env::nstd_std_env_temp_dir[][src]

#[no_mangle]
pub unsafe extern "C" fn nstd_std_env_temp_dir() -> *mut c_char
Expand description

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