Skip to main content

SYS_WRITE

Constant SYS_WRITE 

Source
pub const SYS_WRITE: usize = 404;
Expand description

Write data to a file descriptor.

  • fd: file descriptor
  • buf_ptr: pointer to the data buffer
  • buf_len: number of bytes to write

Returns the number of bytes actually written.