nstd_env_remove_var

Function nstd_env_remove_var 

Source
pub unsafe extern "C" fn nstd_env_remove_var(k: *const c_char)
Expand description

Removes an environment variable. This will not free memory allocated by nstd_env_get_var. Parameters: const char *const k - The var key.