Function libc::dup3

source · []
pub unsafe extern "C" fn dup3(
    oldfd: c_int,
    newfd: c_int,
    flags: c_int
) -> c_int