[][src]Function dqcsim::bindings::dqcs_pcfg_env_set

#[no_mangle]pub extern "C" fn dqcs_pcfg_env_set(
    pcfg: dqcs_handle_t,
    key: *const c_char,
    value: *const c_char
) -> dqcs_return_t

Overrides an environment variable for the plugin process.

The environment variable key is set to value regardless of whether it exists in the parent environment variable scope.

If value is NULL, the environment variable key is unset instead.