☰
D
dejadoc
JOKA
/
joka.wasip1
/
fdTell
🔍
☾
fdTell
fn
Errno
fdTell(
Fd
fd,
FileSize
* outOffset)
@importName("fd_tell")
Return the current offset of a file descriptor.
Note
This is similar to lseek(fd, 0, SEEK_CUR) in POSIX.