Function nstd_env::nstd_std_env_free_path[][src]

#[no_mangle]
pub unsafe extern "C" fn nstd_std_env_free_path(
    path: *mut *mut c_char
)
Expand description

Frees memory allocated by nstd_std_env_path_to_exe, nstd_std_env_current_dir or nstd_std_env_temp_dir. Parameters: char **path - String from nstd_std_env_path_to_exe or nstd_std_env_current_dir.