write
os
0.1.0
write
Sections
参数
In os::
kernel::
syscall::
io
os
::
kernel
::
syscall
::
io
Function
write
Copy item path
Source
pub fn write(fd: usize, buf: *const u8, count: usize) -> isize
Expand description
向文件描述符写入数据
§
参数
fd
: 文件描述符
buf
: 要写入的数据缓冲区
count
: 要写入的字节数