read
os
0.1.0
read
Sections
参数
In os::
kernel::
syscall::
io
os
::
kernel
::
syscall
::
io
Function
read
Copy item path
Source
pub fn read(fd: usize, buf: *mut u8, count: usize) -> isize
Expand description
从文件描述符读取数据
§
参数
fd
: 文件描述符
buf
: 存储读取数据的缓冲区
count
: 要读取的字节数