pub fn write(fd: FileDescriptor, buf: &[u8]) -> IOResult<usize>
Expand description
Write the passed buffer to the given FileDescriptor.
pub fn write(fd: FileDescriptor, buf: &[u8]) -> IOResult<usize>
Write the passed buffer to the given FileDescriptor.