Function ndk_sys::dup3

source ·
pub unsafe extern "C" fn dup3(
    __old_fd: c_int,
    __new_fd: c_int,
    __flags: c_int
) -> c_int