Function libc::putenv_s

source ·
pub unsafe extern "C" fn putenv_s(
    envstring: *const c_char,
    value_string: *const c_char
) -> errno_t