fdTell

fnErrno 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.