Function libc::setenv [] [src]

pub unsafe extern fn setenv(
    name: *const c_char,
    val: *const c_char,
    overwrite: c_int
) -> c_int