[−][src]Function user::syscall::read  
pub fn read(fd: i32, content: &mut [u8]) -> i32
Read content from file descriptor fd.
You may read a maximum of content.len() characters from fd.
Returns number of characters read.
pub fn read(fd: i32, content: &mut [u8]) -> i32
Read content from file descriptor fd.
You may read a maximum of content.len() characters from fd.
Returns number of characters read.