Function axlibc::setenv

source ·
#[no_mangle]
pub unsafe extern "C" fn setenv(
    key: *const c_char,
    value: *const c_char,
    overwrite: c_int
) -> c_int
Available on crate feature alloc only.
Expand description

set an environ variable