pub const SYS_READ: usize = 405;
Read data from a file descriptor.
fd
buf_ptr
buf_len
Returns the number of bytes actually read (0 = end of file).