wasi::wasi_snapshot_preview1

Function fd_tell

Source
pub unsafe extern "C" fn fd_tell(arg0: i32, arg1: i32) -> i32
Expand description

Return the current offset of a file descriptor. Note: This is similar to lseek(fd, 0, SEEK_CUR) in POSIX.