rustmax::libc

Function dup3

Source
pub unsafe extern "C" fn dup3(
    oldfd: i32,
    newfd: i32,
    flags: i32,
) -> i32