Function nc::fhopen

source ยท
pub unsafe fn fhopen(fh: &fhandle_t, flags: i32) -> Result<i32, Errno>
Expand description

Opens the file referenced by fh for reading and/or writing, and returns the file descriptor to the calling process.