Function libnotcurses_sys::c_api::ffi::fdopen
source · pub unsafe extern "C" fn fdopen(
__fd: c_int,
__modes: *const c_char
) -> *mut FILEExpand description
Create a new stream that refers to an existing system file descriptor.