Function libnotcurses_sys::c_api::ffi::fdopen

source ·
pub unsafe extern "C" fn fdopen(
    __fd: c_int,
    __modes: *const c_char
) -> *mut FILE
Expand description

Create a new stream that refers to an existing system file descriptor.