Function fd_read [src]

Prototype

pub extern "wasi_snapshot_preview1" fn fd_read(fd: fd_t, iovs: [*]const iovec_t, iovs_len: usize, nread: *usize) errno_t

Parameters

fd: fd_tiovs: [*]const iovec_tiovs_len: usizenread: *usize

Source

pub extern "wasi_snapshot_preview1" fn fd_read(fd: fd_t, iovs: [*]const iovec_t, iovs_len: usize, nread: *usize) errno_t