Function fd_create1

Source
pub unsafe fn fd_create1(type_: filetype, fd_: *mut fd) -> errno
Expand description

Creates a file descriptor.

ยงParameters

type: Possible values:

fd: The file descriptor that has been created.